#CACA96

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

Shades of Green Mist #CACA96

Tints of Green Mist #CACA96

Color information

#CACA96 (or 0xCACA96) is unknown color: approx Green Mist. HEX triplet: CA, CA and 96. RGB value is (202,202,150). Sum of RGB (Red+Green+Blue) = 202+202+150=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA96 is #353569. Grayscale: #C4C4C4. Windows color (decimal): -3487082 or 9882314. OLE color: 9882314.

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

Color convert

RGB202202150-
CMYK000.260.21
HSL60º32.91%69.02%-
HSV(B)60º25.74%79.22%-
XYZ50.985737.17-
YUV196.07102132.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 150 (58.98% from 255) = 27.08%
R=36.46%
G=36.46%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202150000.260.216032.9169.02
HexCACA96001A153c2145
Octal3123122260032257441105
Binary1100101011001010100101100011010101011111001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA96; }

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

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

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

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

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

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

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

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