#CBE9AA

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

Shades of Reef #CBE9AA

Tints of Reef #CBE9AA

Color information

#CBE9AA (or 0xCBE9AA) is unknown color: approx Reef. HEX triplet: CB, E9 and AA. RGB value is (203,233,170). Sum of RGB (Red+Green+Blue) = 203+233+170=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE9AA is #341655. Grayscale: #D9D9D9. Windows color (decimal): -3413590 or 11200971. OLE color: 11200971.

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

Color convert

RGB203233170-
CMYK0.1300.270.09
HSL88.57º58.88%79.02%-
HSV(B)88.57º27.04%91.37%-
XYZ61.0273.8849.07-
YUV216.85101.56118.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 233 (91.41% from 255) = 38.45%
BLUE value IS 170 (66.80% from 255) = 28.05%
R=33.50%
G=38.45%
B=28.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032331700.1300.270.0988.5758.8879.02
HexCBE9AAD01B9593b4f
Octal313351252150331113173117
Binary1100101111101001101010101101011011100110110011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE9AA; }

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

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

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

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

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

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

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

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