#CAC99C

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

Shades of Green Mist #CAC99C

Tints of Green Mist #CAC99C

Color information

#CAC99C (or 0xCAC99C) is unknown color: approx Green Mist. HEX triplet: CA, C9 and 9C. RGB value is (202,201,156). Sum of RGB (Red+Green+Blue) = 202+201+156=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC99C is #353663. Grayscale: #C4C4C4. Windows color (decimal): -3487332 or 10275274. OLE color: 10275274.

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

Color convert

RGB202201156-
CMYK00.000.230.21
HSL58.7º30.26%70.2%-
HSV(B)58.7º22.77%79.22%-
XYZ51.2456.7339.7-
YUV196.17105.33132.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 201 (78.91% from 255) = 35.96%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=36.14%
G=35.96%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220115600.000.230.2158.730.2670.2
HexCAC99C0017153b1e46
Octal3123112340027257336106
Binary110010101100100110011100001011110101111011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC99C; }

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

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

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

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

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

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

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

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