Shades of Deco #C9DA76
Tints of Deco #C9DA76
RGB
CMYK
RGB Variations
Color information
#C9DA76 (or 0xC9DA76) is known color: Deco. HEX triplet: C9, DA and 76. RGB value is (201,218,118). Sum of RGB (Red+Green+Blue) = 201+218+118=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DA76 is #362589. Grayscale: #C9C9C9. Windows color (decimal): -3548554 or 7789257. OLE color: 7789257.
HSL color Cylindrical-coordinate representation of color #C9DA76: hue angle of 70.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9DA76 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 118 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.15 |
| HSL | 70.2º | 0.57% | 0.66% | - |
| HSV(B) | 70.2º | 0.46% | 0.85% | - |
| XYZ | 52.43 | 63.87 | 26.7 | - |
| YUV | 201.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 118 | 0.08 | 0 | 0.46 | 0.15 | 70.2 | 0.57 | 0.66 |
| Hex | C9 | DA | 76 | 8 | 0 | 2E | F | 46 | 39 | 42 |
| Octal | 311 | 332 | 166 | 10 | 0 | 56 | 17 | 106 | 71 | 102 |
| Binary | 11001001 | 11011010 | 1110110 | 1000 | 0 | 101110 | 1111 | 1000110 | 111001 | 1000010 |
Color Harmonies of #C9DA76
Complementary color
Monochromatic Colors of #C9DA76
Black with #C9DA76
Text Example
Text Example
White with #C9DA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA76; }
p { color: rgb(201,218,118); }
H1.HeaderClassName
{
color: #C9DA76;
}
.AnyTagClassName
{
color: #C9DA76;
}
</style>
background-color css
<style>
a { background-color: #C9DA76; }
a { background-color: rgb(201,218,118); }
div.DivClassName
{
background-color: #C9DA76;
}
.BgClassName
{
background-color: #C9DA76;
}
</style>
border-color css
<style>
span { border-color: #C9DA76; }
span { border-color: rgb(201,218,118); }
td.TdClassName
{
border-color: #C9DA76;
}
.TagClassName
{
border-color: #C9DA76;
}
</style>