#CAC896

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

Shades of Green Mist #CAC896

Tints of Green Mist #CAC896

Color information

#CAC896 (or 0xCAC896) is unknown color: approx Green Mist. HEX triplet: CA, C8 and 96. RGB value is (202,200,150). Sum of RGB (Red+Green+Blue) = 202+200+150=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC896 is #353769. Grayscale: #C3C3C3. Windows color (decimal): -3487594 or 9881802. OLE color: 9881802.

HSL color Cylindrical-coordinate representation of color #CAC896: hue angle of 57.69º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAC896 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB202200150-
CMYK00.010.260.21
HSL57.69º32.91%69.02%-
HSV(B)57.69º25.74%79.22%-
XYZ50.5256.0737.01-
YUV194.9102.66133.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 200 (78.52% from 255) = 36.23%
BLUE value IS 150 (58.98% from 255) = 27.17%
R=36.59%
G=36.23%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220015000.010.260.2157.6932.9169.02
HexCAC896011A153a2145
Octal3123102260132257241105
Binary1100101011001000100101100111010101011110101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC896; }

 p { color: rgb(202,200,150); }

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

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

 a { background-color: rgb(202,200,150); }

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

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

 span { border-color: rgb(202,200,150); }

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