#CBD039

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

Shades of Las Palmas #CBD039

Tints of Las Palmas #CBD039

Color information

#CBD039 (or 0xCBD039) is unknown color: approx Las Palmas. HEX triplet: CB, D0 and 39. RGB value is (203,208,57). Sum of RGB (Red+Green+Blue) = 203+208+57=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 57 (22.66% from 255 or 12.18% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD039 is #342FC6. Grayscale: #BDBDBD. Windows color (decimal): -3420103 or 3789003. OLE color: 3789003.

HSL color Cylindrical-coordinate representation of color #CBD039: hue angle of 61.99º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBD039 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB20320857-
CMYK0.0200.730.18
HSL61.99º61.63%51.96%-
HSV(B)61.99º72.6%81.57%-
XYZ47.9258.112.56-
YUV189.2953.34137.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 208 (81.64% from 255) = 44.44%
BLUE value IS 57 (22.66% from 255) = 12.18%
R=43.38%
G=44.44%
B=12.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal203208570.0200.730.1861.9961.6351.96
HexCBD0392049123e3e34
Octal313320712011122767664
Binary1100101111010000111001100100100110010111110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD039; }

 p { color: rgb(203,208,57); }

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

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

 a { background-color: rgb(203,208,57); }

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

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

 span { border-color: rgb(203,208,57); }

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