#CBE9A0

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

Shades of Reef #CBE9A0

Tints of Reef #CBE9A0

Color information

#CBE9A0 (or 0xCBE9A0) is unknown color: approx Reef. HEX triplet: CB, E9 and A0. RGB value is (203,233,160). Sum of RGB (Red+Green+Blue) = 203+233+160=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE9A0 is #34165F. Grayscale: #D7D7D7. Windows color (decimal): -3413600 or 10545611. OLE color: 10545611.

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

Color convert

RGB203233160-
CMYK0.1300.310.09
HSL84.66º62.39%77.06%-
HSV(B)84.66º31.33%91.37%-
XYZ60.1173.5144.28-
YUV215.7196.56118.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 233 (91.41% from 255) = 39.09%
BLUE value IS 160 (62.89% from 255) = 26.85%
R=34.06%
G=39.09%
B=26.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032331600.1300.310.0984.6662.3977.06
HexCBE9A0D01F9553e4d
Octal313351240150371112576115
Binary1100101111101001101000001101011111100110101011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE9A0; }

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

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

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

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

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

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

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

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