Html Css Color HEX #C9D495 Green Mist

📋 copy color: '#C9D495'

red 201 ◦ green 212 ◦ blue 149

#C9D495
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #C9D495

Tints of Green Mist #C9D495

RGB

 RED value IS 201 (78.91% from 255) = 35.77%

 GREEN value IS 212 (83.2% 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 value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#C9D495 (or 0xC9D495) is known color: 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

RGB 201 212 149 -
CMYK 0.05 0 0.30 0.17
HSL 70.48º 0.42% 0.71% -
HSV(B) 70.48º 0.3% 0.83% -
XYZ 53.06 61.67 37.54 -
YUV 201.53 98.36 127.62 -
System Red Green Blue C M Y K H S L
Decimal 201 212 149 0.05 0 0.30 0.17 70.48 0.42 0.71
Hex C9 D4 95 5 0 1E 11 46 2A 47
Octal 311 324 225 5 0 36 21 106 52 107
Binary 11001001 11010100 10010101 101 0 11110 10001 1000110 101010 1000111

Color Harmonies of #C9D495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D495

Black with #C9D495

Text Example


Text Example

White with #C9D495

Text Example


Text Example

HTML Codes & Css Web 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>