#CAC790

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

Shades of Green Mist #CAC790

Tints of Green Mist #CAC790

Color information

#CAC790 (or 0xCAC790) is unknown color: approx Green Mist. HEX triplet: CA, C7 and 90. RGB value is (202,199,144). Sum of RGB (Red+Green+Blue) = 202+199+144=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC790 is #35386F. Grayscale: #C1C1C1. Windows color (decimal): -3487856 or 9488330. OLE color: 9488330.

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

Color convert

RGB202199144-
CMYK00.010.290.21
HSL56.9º35.37%67.84%-
HSV(B)56.9º28.71%79.22%-
XYZ49.8155.4234.46-
YUV193.6399.99133.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 199 (78.12% from 255) = 36.51%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=37.06%
G=36.51%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219914400.010.290.2156.935.3767.84
HexCAC790011D15392344
Octal3123072200135257143104
Binary1100101011000111100100000111101101011110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC790; }

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

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

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

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

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

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

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

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