#CAC798

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

Shades of Green Mist #CAC798

Tints of Green Mist #CAC798

Color information

#CAC798 (or 0xCAC798) is unknown color: approx Green Mist. HEX triplet: CA, C7 and 98. RGB value is (202,199,152). Sum of RGB (Red+Green+Blue) = 202+199+152=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC798 is #353867. Grayscale: #C2C2C2. Windows color (decimal): -3487848 or 10012618. OLE color: 10012618.

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

Color convert

RGB202199152-
CMYK00.010.250.21
HSL56.4º32.05%69.41%-
HSV(B)56.4º24.75%79.22%-
XYZ50.4555.6737.79-
YUV194.54103.99133.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 199 (78.12% from 255) = 35.99%
BLUE value IS 152 (59.77% from 255) = 27.49%
R=36.53%
G=35.99%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219915200.010.250.2156.432.0569.41
HexCAC798011915382045
Octal3123072300131257040105
Binary1100101011000111100110000111001101011110001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC798; }

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

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

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

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

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

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

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

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