#C9D495

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

Shades of Green Mist #C9D495

Tints of Green Mist #C9D495

Color information

#C9D495 (or 0xC9D495) is unknown color: approx Green Mist. HEX triplet: C9, D4 and 95. RGB value is (201,212,149). Sum of RGB (Red+Green+Blue) = 201+212+149=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D495 is #362B6A. Grayscale: #C9C9C9. Windows color (decimal): -3550059 or 9819337. OLE color: 9819337.

HSL color Cylindrical-coordinate representation of color #C9D495: hue angle of 70.48º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9D495 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB201212149-
CMYK0.0500.300.17
HSL70.48º42.28%70.78%-
HSV(B)70.48º29.72%83.14%-
XYZ53.0661.6737.54-
YUV201.5398.36127.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.77%
GREEN value IS 212 (83.20% from 255) = 37.72%
BLUE value IS 149 (58.59% from 255) = 26.51%
R=35.77%
G=37.72%
B=26.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2012121490.0500.300.1770.4842.2870.78
HexC9D495501E11462a47
Octal31132422550362110652107
Binary1100100111010100100101011010111101000110001101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D495; }

 p { color: rgb(201,212,149); }

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

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

 a { background-color: rgb(201,212,149); }

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

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

 span { border-color: rgb(201,212,149); }

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