#CAC99F

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

Shades of Green Mist #CAC99F

Tints of Green Mist #CAC99F

Color information

#CAC99F (or 0xCAC99F) is unknown color: approx Green Mist. HEX triplet: CA, C9 and 9F. RGB value is (202,201,159). Sum of RGB (Red+Green+Blue) = 202+201+159=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC99F is #353660. Grayscale: #C4C4C4. Windows color (decimal): -3487329 or 10471882. OLE color: 10471882.

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

Color convert

RGB202201159-
CMYK00.000.210.21
HSL58.6º28.86%70.78%-
HSV(B)58.6º21.29%79.22%-
XYZ51.556.8341.06-
YUV196.51106.83131.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 201 (78.91% from 255) = 35.77%
BLUE value IS 159 (62.5% from 255) = 28.29%
R=35.94%
G=35.77%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220115900.000.210.2158.628.8670.78
HexCAC99F0015153b1d47
Octal3123112370025257335107
Binary110010101100100110011111001010110101111011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC99F; }

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

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

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

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

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

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

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

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