#CACA95

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

Shades of Green Mist #CACA95

Tints of Green Mist #CACA95

Color information

#CACA95 (or 0xCACA95) is unknown color: approx Green Mist. HEX triplet: CA, CA and 95. RGB value is (202,202,149). Sum of RGB (Red+Green+Blue) = 202+202+149=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA95 is #35356A. Grayscale: #C4C4C4. Windows color (decimal): -3487083 or 9816778. OLE color: 9816778.

HSL color Cylindrical-coordinate representation of color #CACA95: 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 #CACA95 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB202202149-
CMYK000.260.21
HSL60º33.33%68.82%-
HSV(B)60º26.24%79.22%-
XYZ50.956.9736.75-
YUV195.96101.5132.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=36.53%
G=36.53%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202149000.260.216033.3368.82
HexCACA95001A153c2145
Octal3123122250032257441105
Binary1100101011001010100101010011010101011111001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA95; }

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

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

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

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

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

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

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

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