#C8C496

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

Shades of Green Mist #C8C496

Tints of Green Mist #C8C496

Color information

#C8C496 (or 0xC8C496) is unknown color: approx Green Mist. HEX triplet: C8, C4 and 96. RGB value is (200,196,150). Sum of RGB (Red+Green+Blue) = 200+196+150=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C496 is #373B69. Grayscale: #C0C0C0. Windows color (decimal): -3619690 or 9880776. OLE color: 9880776.

HSL color Cylindrical-coordinate representation of color #C8C496: hue angle of 55.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8C496 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB200196150-
CMYK00.020.250.22
HSL55.2º31.25%68.63%-
HSV(B)55.2º25%78.43%-
XYZ49.0653.9636.68-
YUV191.95104.33133.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.63%
GREEN value IS 196 (76.95% from 255) = 35.90%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=36.63%
G=35.90%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019615000.020.250.2255.231.2568.63
HexC8C496021916371f45
Octal3103042260231266737105
Binary1100100011000100100101100101100110110110111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C496; }

 p { color: rgb(200,196,150); }

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

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

 a { background-color: rgb(200,196,150); }

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

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

 span { border-color: rgb(200,196,150); }

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