Shades of Deco #C9D876
Tints of Deco #C9D876
RGB
CMYK
RGB Variations
Color information
#C9D876 (or 0xC9D876) is known color: Deco. HEX triplet: C9, D8 and 76. RGB value is (201,216,118). Sum of RGB (Red+Green+Blue) = 201+216+118=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D876 is #362789. Grayscale: #C8C8C8. Windows color (decimal): -3549066 or 7788745. OLE color: 7788745.
HSL color Cylindrical-coordinate representation of color #C9D876: hue angle of 69.18º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9D876 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 118 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.15 |
| HSL | 69.18º | 0.56% | 0.65% | - |
| HSV(B) | 69.18º | 0.45% | 0.85% | - |
| XYZ | 51.91 | 62.84 | 26.53 | - |
| YUV | 200.34 | 81.53 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 118 | 0.07 | 0 | 0.45 | 0.15 | 69.18 | 0.56 | 0.65 |
| Hex | C9 | D8 | 76 | 7 | 0 | 2D | F | 45 | 38 | 41 |
| Octal | 311 | 330 | 166 | 7 | 0 | 55 | 17 | 105 | 70 | 101 |
| Binary | 11001001 | 11011000 | 1110110 | 111 | 0 | 101101 | 1111 | 1000101 | 111000 | 1000001 |
Color Harmonies of #C9D876
Complementary color
Monochromatic Colors of #C9D876
Black with #C9D876
Text Example
Text Example
White with #C9D876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D876; }
p { color: rgb(201,216,118); }
H1.HeaderClassName
{
color: #C9D876;
}
.AnyTagClassName
{
color: #C9D876;
}
</style>
background-color css
<style>
a { background-color: #C9D876; }
a { background-color: rgb(201,216,118); }
div.DivClassName
{
background-color: #C9D876;
}
.BgClassName
{
background-color: #C9D876;
}
</style>
border-color css
<style>
span { border-color: #C9D876; }
span { border-color: rgb(201,216,118); }
td.TdClassName
{
border-color: #C9D876;
}
.TagClassName
{
border-color: #C9D876;
}
</style>