#C0C83D

Color #C0C83D Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C0C83D

Tints of Las Palmas #C0C83D

Color information

#C0C83D (or 0xC0C83D) is unknown color: approx Las Palmas. HEX triplet: C0, C8 and 3D. RGB value is (192,200,61). Sum of RGB (Red+Green+Blue) = 192+200+61=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C83D is #3F37C2. Grayscale: #B6B6B6. Windows color (decimal): -4143043 or 4049088. OLE color: 4049088.

HSL color Cylindrical-coordinate representation of color #C0C83D: hue angle of 63.45º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0C83D is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19220061-
CMYK0.0400.690.22
HSL63.45º55.82%51.18%-
HSV(B)63.45º69.5%78.43%-
XYZ43.2352.8512.34-
YUV181.7659.85135.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 200 (78.52% from 255) = 44.15%
BLUE value IS 61 (24.22% from 255) = 13.47%
R=42.38%
G=44.15%
B=13.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192200610.0400.690.2263.4555.8251.18
HexC0C83D4045163f3833
Octal300310754010526777063
Binary11000000110010001111011000100010110110111111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C83D; }

 p { color: rgb(192,200,61); }

 H1.HeaderClassName
 {
   color: #C0C83D;
 }
 .AnyTagClassName
 {
   color: #C0C83D;
 }
</style>
background-color css

<style>
 a { background-color: #C0C83D; }

 a { background-color: rgb(192,200,61); }

 div.DivClassName
 {
   background-color: #C0C83D;
 }
 .BgClassName
 {
   background-color: #C0C83D;
 }
</style>
border-color css

<style>
 span { border-color: #C0C83D; }

 span { border-color: rgb(192,200,61); }

 td.TdClassName
 {
   border-color: #C0C83D;
 }
 .TagClassName
 {
   border-color: #C0C83D;
 }
</style>