Html Css Color HEX #C9CDA0 Green Mist

📋 copy color: '#C9CDA0'

red 201 ◦ green 205 ◦ blue 160

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

Shades of Green Mist #C9CDA0

Tints of Green Mist #C9CDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.22%

 BLUE value IS 160 (62.89% from 255) = 28.27%

R = 35.51%
G = 36.22%
B = 28.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#C9CDA0 (or 0xC9CDA0) is known color: Green Mist. HEX triplet: C9, CD and A0. RGB value is (201,205,160). Sum of RGB (Red+Green+Blue) = 201+205+160=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CDA0 is #36325F. Grayscale: #C6C6C6. Windows color (decimal): -3551840 or 10538441. OLE color: 10538441.

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

Color convert

RGB 201 205 160 -
CMYK 0.02 0 0.22 0.20
HSL 65.33º 0.31% 0.72% -
HSV(B) 65.33º 0.22% 0.8% -
XYZ 52.26 58.62 41.82 -
YUV 198.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 201 205 160 0.02 0 0.22 0.20 65.33 0.31 0.72
Hex C9 CD A0 2 0 16 14 41 1F 48
Octal 311 315 240 2 0 26 24 101 37 110
Binary 11001001 11001101 10100000 10 0 10110 10100 1000001 11111 1001000

Color Harmonies of #C9CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDA0

Black with #C9CDA0

Text Example


Text Example

White with #C9CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDA0; }

 p { color: rgb(201,205,160); }

 H1.HeaderClassName
 {
   color: #C9CDA0;
 }
 .AnyTagClassName
 {
   color: #C9CDA0;
 }
</style>

background-color css

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

 a { background-color: rgb(201,205,160); }

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

border-color css

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

 span { border-color: rgb(201,205,160); }

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