#CACA9B

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

Shades of Green Mist #CACA9B

Tints of Green Mist #CACA9B

Color information

#CACA9B (or 0xCACA9B) is unknown color: approx Green Mist. HEX triplet: CA, CA and 9B. RGB value is (202,202,155). Sum of RGB (Red+Green+Blue) = 202+202+155=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA9B is #353564. Grayscale: #C4C4C4. Windows color (decimal): -3487077 or 10209994. OLE color: 10209994.

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

Color convert

RGB202202155-
CMYK000.230.21
HSL60º30.72%70%-
HSV(B)60º23.27%79.22%-
XYZ51.3957.1639.34-
YUV196.64104.5131.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=36.14%
G=36.14%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202155000.230.216030.7270
HexCACA9B0017153c1f46
Octal3123122330027257437106
Binary110010101100101010011011001011110101111100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA9B; }

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

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

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

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

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

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

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

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