#CAC69A

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

Shades of Green Mist #CAC69A

Tints of Green Mist #CAC69A

Color information

#CAC69A (or 0xCAC69A) is unknown color: approx Green Mist. HEX triplet: CA, C6 and 9A. RGB value is (202,198,154). Sum of RGB (Red+Green+Blue) = 202+198+154=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC69A is #353965. Grayscale: #C2C2C2. Windows color (decimal): -3488102 or 10143434. OLE color: 10143434.

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

Color convert

RGB202198154-
CMYK00.020.240.21
HSL55º31.17%69.8%-
HSV(B)55º23.76%79.22%-
XYZ50.3855.2838.59-
YUV194.18105.33133.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=36.46%
G=35.74%
B=27.80%

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
Decimal20219815400.020.240.215531.1769.8
HexCAC69A021815371f46
Octal3123062320230256737106
Binary1100101011000110100110100101100010101110111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC69A; }

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

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

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

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

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

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

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

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