#CBD137

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

Shades of Las Palmas #CBD137

Tints of Las Palmas #CBD137

Color information

#CBD137 (or 0xCBD137) is unknown color: approx Las Palmas. HEX triplet: CB, D1 and 37. RGB value is (203,209,55). Sum of RGB (Red+Green+Blue) = 203+209+55=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD137 is #342EC8. Grayscale: #BEBEBE. Windows color (decimal): -3419849 or 3658187. OLE color: 3658187.

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

Color convert

RGB20320955-
CMYK0.0300.740.18
HSL62.34º62.6%51.76%-
HSV(B)62.34º73.68%81.96%-
XYZ48.1258.5712.38-
YUV189.6552.01137.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 209 (82.03% from 255) = 44.75%
BLUE value IS 55 (21.88% from 255) = 11.78%
R=43.47%
G=44.75%
B=11.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal203209550.0300.740.1862.3462.651.76
HexCBD137304A123e3f34
Octal313321673011222767764
Binary1100101111010001110111110100101010010111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD137; }

 p { color: rgb(203,209,55); }

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

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

 a { background-color: rgb(203,209,55); }

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

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

 span { border-color: rgb(203,209,55); }

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