#CAC699

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

Shades of Green Mist #CAC699

Tints of Green Mist #CAC699

Color information

#CAC699 (or 0xCAC699) is unknown color: approx Green Mist. HEX triplet: CA, C6 and 99. RGB value is (202,198,153). Sum of RGB (Red+Green+Blue) = 202+198+153=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC699 is #353966. Grayscale: #C2C2C2. Windows color (decimal): -3488103 or 10077898. OLE color: 10077898.

HSL color Cylindrical-coordinate representation of color #CAC699: hue angle of 55.1º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAC699 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202198153-
CMYK00.020.240.21
HSL55.1º31.61%69.61%-
HSV(B)55.1º24.26%79.22%-
XYZ50.355.2438.15-
YUV194.07104.83133.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 198 (77.73% from 255) = 35.80%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=36.53%
G=35.80%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219815300.020.240.2155.131.6169.61
HexCAC699021815372046
Octal3123062310230256740106
Binary11001010110001101001100101011000101011101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC699; }

 p { color: rgb(202,198,153); }

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

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

 a { background-color: rgb(202,198,153); }

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

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

 span { border-color: rgb(202,198,153); }

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