#CACA99

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

Shades of Green Mist #CACA99

Tints of Green Mist #CACA99

Color information

#CACA99 (or 0xCACA99) is unknown color: approx Green Mist. HEX triplet: CA, CA and 99. RGB value is (202,202,153). Sum of RGB (Red+Green+Blue) = 202+202+153=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA99 is #353566. Grayscale: #C4C4C4. Windows color (decimal): -3487079 or 10078922. OLE color: 10078922.

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

Color convert

RGB202202153-
CMYK000.240.21
HSL60º31.61%69.61%-
HSV(B)60º24.26%79.22%-
XYZ51.2357.138.46-
YUV196.41103.5131.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=36.27%
G=36.27%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202153000.240.216031.6169.61
HexCACA990018153c2046
Octal3123122310030257440106
Binary1100101011001010100110010011000101011111001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA99; }

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

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

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

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

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

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

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

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