#CAC894

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

Shades of Green Mist #CAC894

Tints of Green Mist #CAC894

Color information

#CAC894 (or 0xCAC894) is unknown color: approx Green Mist. HEX triplet: CA, C8 and 94. RGB value is (202,200,148). Sum of RGB (Red+Green+Blue) = 202+200+148=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC894 is #35376B. Grayscale: #C2C2C2. Windows color (decimal): -3487596 or 9750730. OLE color: 9750730.

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

Color convert

RGB202200148-
CMYK00.010.270.21
HSL57.78º33.75%68.63%-
HSV(B)57.78º26.73%79.22%-
XYZ50.365636.17-
YUV194.67101.66133.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 200 (78.52% from 255) = 36.36%
BLUE value IS 148 (58.20% from 255) = 26.91%
R=36.73%
G=36.36%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220014800.010.270.2157.7833.7568.63
HexCAC894011B153a2245
Octal3123102240133257242105
Binary1100101011001000100101000111011101011110101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC894; }

 p { color: rgb(202,200,148); }

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

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

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

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

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

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

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