#C8C495

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

Shades of Green Mist #C8C495

Tints of Green Mist #C8C495

Color information

#C8C495 (or 0xC8C495) is unknown color: approx Green Mist. HEX triplet: C8, C4 and 95. RGB value is (200,196,149). Sum of RGB (Red+Green+Blue) = 200+196+149=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C495 is #373B6A. Grayscale: #C0C0C0. Windows color (decimal): -3619691 or 9815240. OLE color: 9815240.

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

Color convert

RGB200196149-
CMYK00.020.260.22
HSL55.29º31.68%68.43%-
HSV(B)55.29º25.5%78.43%-
XYZ48.9853.9336.26-
YUV191.84103.83133.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=36.70%
G=35.96%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019614900.020.260.2255.2931.6868.43
HexC8C495021A16372044
Octal3103042250232266740104
Binary11001000110001001001010101011010101101101111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C495; }

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

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

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

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

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

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

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

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