#CBE0AB

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

Shades of Reef #CBE0AB

Tints of Reef #CBE0AB

Color information

#CBE0AB (or 0xCBE0AB) is unknown color: approx Reef. HEX triplet: CB, E0 and AB. RGB value is (203,224,171). Sum of RGB (Red+Green+Blue) = 203+224+171=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE0AB is #341F54. Grayscale: #D3D3D3. Windows color (decimal): -3415893 or 11264203. OLE color: 11264203.

HSL color Cylindrical-coordinate representation of color #CBE0AB: hue angle of 83.77º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBE0AB is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB203224171-
CMYK0.0900.240.12
HSL83.77º46.09%77.45%-
HSV(B)83.77º23.66%87.84%-
XYZ58.6368.9548.75-
YUV211.68105.04121.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 171 (67.19% from 255) = 28.60%
R=33.95%
G=37.46%
B=28.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032241710.0900.240.1283.7746.0977.45
HexCBE0AB9018C542e4d
Octal313340253110301412456115
Binary1100101111100000101010111001011000110010101001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0AB; }

 p { color: rgb(203,224,171); }

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

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

 a { background-color: rgb(203,224,171); }

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

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

 span { border-color: rgb(203,224,171); }

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