#CBE992

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

Shades of Reef #CBE992

Tints of Reef #CBE992

Color information

#CBE992 (or 0xCBE992) is unknown color: approx Reef. HEX triplet: CB, E9 and 92. RGB value is (203,233,146). Sum of RGB (Red+Green+Blue) = 203+233+146=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE992 is #34166D. Grayscale: #D6D6D6. Windows color (decimal): -3413614 or 9628107. OLE color: 9628107.

HSL color Cylindrical-coordinate representation of color #CBE992: hue angle of 80.69º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBE992 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB203233146-
CMYK0.1300.370.09
HSL80.69º66.41%74.31%-
HSV(B)80.69º37.34%91.37%-
XYZ58.9673.0538.19-
YUV214.1189.56120.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 233 (91.41% from 255) = 40.03%
BLUE value IS 146 (57.42% from 255) = 25.09%
R=34.88%
G=40.03%
B=25.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032331460.1300.370.0980.6966.4174.31
HexCBE992D025951424a
Octal3133512221504511121102112
Binary110010111110100110010010110101001011001101000110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE992; }

 p { color: rgb(203,233,146); }

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

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

 a { background-color: rgb(203,233,146); }

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

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

 span { border-color: rgb(203,233,146); }

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