#CAC99A

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

Shades of Green Mist #CAC99A

Tints of Green Mist #CAC99A

Color information

#CAC99A (or 0xCAC99A) is unknown color: approx Green Mist. HEX triplet: CA, C9 and 9A. RGB value is (202,201,154). Sum of RGB (Red+Green+Blue) = 202+201+154=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC99A is #353665. Grayscale: #C4C4C4. Windows color (decimal): -3487334 or 10144202. OLE color: 10144202.

HSL color Cylindrical-coordinate representation of color #CAC99A: hue angle of 58.75º degrees, saturation: 0.31, 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 #CAC99A is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202201154-
CMYK00.000.240.21
HSL58.75º31.17%69.8%-
HSV(B)58.75º23.76%79.22%-
XYZ51.0856.6638.82-
YUV195.94104.33132.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=36.27%
G=36.09%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220115400.000.240.2158.7531.1769.8
HexCAC99A0018153b1f46
Octal3123112320030257337106
Binary110010101100100110011010001100010101111011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC99A; }

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

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

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

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

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

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

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

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