#C9C495

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

Shades of Green Mist #C9C495

Tints of Green Mist #C9C495

Color information

#C9C495 (or 0xC9C495) is unknown color: approx Green Mist. HEX triplet: C9, C4 and 95. RGB value is (201,196,149). Sum of RGB (Red+Green+Blue) = 201+196+149=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C495 is #363B6A. Grayscale: #C0C0C0. Windows color (decimal): -3554155 or 9815241. OLE color: 9815241.

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

Color convert

RGB201196149-
CMYK00.020.260.21
HSL54.23º32.5%68.63%-
HSV(B)54.23º25.87%78.82%-
XYZ49.2554.0736.27-
YUV192.14103.66134.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 196 (76.95% from 255) = 35.90%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=36.81%
G=35.90%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119614900.020.260.2154.2332.568.63
HexC9C495021A15362045
Octal3113042250232256640105
Binary11001001110001001001010101011010101011101101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C495; }

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

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

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

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

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

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

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

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