#CAE99C

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

Shades of Reef #CAE99C

Tints of Reef #CAE99C

Color information

#CAE99C (or 0xCAE99C) is unknown color: approx Reef. HEX triplet: CA, E9 and 9C. RGB value is (202,233,156). Sum of RGB (Red+Green+Blue) = 202+233+156=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE99C is #351663. Grayscale: #D7D7D7. Windows color (decimal): -3479140 or 10283466. OLE color: 10283466.

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

Color convert

RGB202233156-
CMYK0.1300.330.09
HSL84.16º63.64%76.27%-
HSV(B)84.16º33.05%91.37%-
XYZ59.573.2342.45-
YUV214.9594.73118.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 233 (91.41% from 255) = 39.42%
BLUE value IS 156 (61.33% from 255) = 26.40%
R=34.18%
G=39.42%
B=26.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331560.1300.330.0984.1663.6476.27
HexCAE99CD021954404c
Octal3123512341504111124100114
Binary110010101110100110011100110101000011001101010010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE99C; }

 p { color: rgb(202,233,156); }

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

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

 a { background-color: rgb(202,233,156); }

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

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

 span { border-color: rgb(202,233,156); }

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