#CACA93

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

Shades of Green Mist #CACA93

Tints of Green Mist #CACA93

Color information

#CACA93 (or 0xCACA93) is unknown color: approx Green Mist. HEX triplet: CA, CA and 93. RGB value is (202,202,147). Sum of RGB (Red+Green+Blue) = 202+202+147=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA93 is #35356C. Grayscale: #C3C3C3. Windows color (decimal): -3487085 or 9685706. OLE color: 9685706.

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

Color convert

RGB202202147-
CMYK000.270.21
HSL60º34.16%68.43%-
HSV(B)60º27.23%79.22%-
XYZ50.7456.935.91-
YUV195.73100.5132.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 147 (57.81% from 255) = 26.68%
R=36.66%
G=36.66%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202147000.270.216034.1668.43
HexCACA93001B153c2244
Octal3123122230033257442104
Binary1100101011001010100100110011011101011111001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA93; }

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

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

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

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

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

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

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

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