#CBEA97

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

Shades of Reef #CBEA97

Tints of Reef #CBEA97

Color information

#CBEA97 (or 0xCBEA97) is unknown color: approx Reef. HEX triplet: CB, EA and 97. RGB value is (203,234,151). Sum of RGB (Red+Green+Blue) = 203+234+151=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEA97 is #341568. Grayscale: #D7D7D7. Windows color (decimal): -3413353 or 9956043. OLE color: 9956043.

HSL color Cylindrical-coordinate representation of color #CBEA97: hue angle of 82.41º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBEA97 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB203234151-
CMYK0.1300.350.08
HSL82.41º66.4%75.49%-
HSV(B)82.41º35.47%91.76%-
XYZ59.6473.7840.38-
YUV215.2791.73119.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 151 (59.38% from 255) = 25.68%
R=34.52%
G=39.80%
B=25.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341510.1300.350.0882.4166.475.49
HexCBEA97D023852424b
Octal3133522271504310122102113
Binary110010111110101010010111110101000111000101001010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA97; }

 p { color: rgb(203,234,151); }

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

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

 a { background-color: rgb(203,234,151); }

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

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

 span { border-color: rgb(203,234,151); }

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