#CACE96

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

Shades of Green Mist #CACE96

Tints of Green Mist #CACE96

Color information

#CACE96 (or 0xCACE96) is unknown color: approx Green Mist. HEX triplet: CA, CE and 96. RGB value is (202,206,150). Sum of RGB (Red+Green+Blue) = 202+206+150=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACE96 is #353169. Grayscale: #C6C6C6. Windows color (decimal): -3486058 or 9883338. OLE color: 9883338.

HSL color Cylindrical-coordinate representation of color #CACE96: hue angle of 64.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CACE96 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB202206150-
CMYK0.0200.270.19
HSL64.29º36.36%69.8%-
HSV(B)64.29º27.18%80.78%-
XYZ51.9358.937.49-
YUV198.42100.67130.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=36.20%
G=36.92%
B=26.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022061500.0200.270.1964.2936.3669.8
HexCACE96201B13402446
Octal31231622620332310044106
Binary110010101100111010010110100110111001110000001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACE96; }

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

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

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

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

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

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

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

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