#CAC792

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

Shades of Green Mist #CAC792

Tints of Green Mist #CAC792

Color information

#CAC792 (or 0xCAC792) is unknown color: approx Green Mist. HEX triplet: CA, C7 and 92. RGB value is (202,199,146). Sum of RGB (Red+Green+Blue) = 202+199+146=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC792 is #35386D. Grayscale: #C2C2C2. Windows color (decimal): -3487854 or 9619402. OLE color: 9619402.

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

Color convert

RGB202199146-
CMYK00.010.280.21
HSL56.79º34.57%68.24%-
HSV(B)56.79º27.72%79.22%-
XYZ49.9755.4835.27-
YUV193.86100.99133.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 199 (78.12% from 255) = 36.38%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=36.93%
G=36.38%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219914600.010.280.2156.7934.5768.24
HexCAC792011C15392344
Octal3123072220134257143104
Binary1100101011000111100100100111100101011110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC792; }

 p { color: rgb(202,199,146); }

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

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

 a { background-color: rgb(202,199,146); }

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

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

 span { border-color: rgb(202,199,146); }

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