#CBE59D

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

Shades of Reef #CBE59D

Tints of Reef #CBE59D

Color information

#CBE59D (or 0xCBE59D) is unknown color: approx Reef. HEX triplet: CB, E5 and 9D. RGB value is (203,229,157). Sum of RGB (Red+Green+Blue) = 203+229+157=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE59D is #341A62. Grayscale: #D5D5D5. Windows color (decimal): -3414627 or 10347979. OLE color: 10347979.

HSL color Cylindrical-coordinate representation of color #CBE59D: hue angle of 81.67º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBE59D is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB203229157-
CMYK0.1100.310.10
HSL81.67º58.06%75.69%-
HSV(B)81.67º31.44%89.8%-
XYZ58.7371.1742.54-
YUV213.0296.39120.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 229 (89.84% from 255) = 38.88%
BLUE value IS 157 (61.72% from 255) = 26.66%
R=34.47%
G=38.88%
B=26.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032291570.1100.310.1081.6758.0675.69
HexCBE59DB01FA523a4c
Octal313345235130371212272114
Binary1100101111100101100111011011011111101010100101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE59D; }

 p { color: rgb(203,229,157); }

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

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

 a { background-color: rgb(203,229,157); }

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

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

 span { border-color: rgb(203,229,157); }

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