#C8CA9C

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

Shades of Green Mist #C8CA9C

Tints of Green Mist #C8CA9C

Color information

#C8CA9C (or 0xC8CA9C) is unknown color: approx Green Mist. HEX triplet: C8, CA and 9C. RGB value is (200,202,156). Sum of RGB (Red+Green+Blue) = 200+202+156=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CA9C is #373563. Grayscale: #C4C4C4. Windows color (decimal): -3618148 or 10275528. OLE color: 10275528.

HSL color Cylindrical-coordinate representation of color #C8CA9C: hue angle of 62.61º degrees, saturation: 0.3, 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 #C8CA9C is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB200202156-
CMYK0.0100.230.21
HSL62.61º30.26%70.2%-
HSV(B)62.61º22.77%79.22%-
XYZ50.9456.9239.75-
YUV196.16105.34130.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.84%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=35.84%
G=36.20%
B=27.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002021560.0100.230.2162.6130.2670.2
HexC8CA9C1017153f1e46
Octal3103122341027257736106
Binary110010001100101010011100101011110101111111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CA9C; }

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

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

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

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

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

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

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

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