Shades of Bird Flower #C9D110
Tints of Bird Flower #C9D110
RGB
CMYK
RGB Variations
Color information
#C9D110 (or 0xC9D110) is known color: Bird Flower. HEX triplet: C9, D1 and 10. RGB value is (201,209,16). Sum of RGB (Red+Green+Blue) = 201+209+16=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D110 is #362EEF. Grayscale: #B9B9B9. Windows color (decimal): -3550960 or 1102281. OLE color: 1102281.
HSL color Cylindrical-coordinate representation of color #C9D110: hue angle of 62.49º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9D110 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 209 | 16 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.18 |
| HSL | 62.49º | 0.86% | 0.44% | - |
| HSV(B) | 62.49º | 0.92% | 0.82% | - |
| XYZ | 46.98 | 58.06 | 9.22 | - |
| YUV | 184.61 | 32.85 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 209 | 16 | 0.04 | 0 | 0.92 | 0.18 | 62.49 | 0.86 | 0.44 |
| Hex | C9 | D1 | 10 | 4 | 0 | 5C | 12 | 3E | 56 | 2C |
| Octal | 311 | 321 | 20 | 4 | 0 | 134 | 22 | 76 | 126 | 54 |
| Binary | 11001001 | 11010001 | 10000 | 100 | 0 | 1011100 | 10010 | 111110 | 1010110 | 101100 |
Color Harmonies of #C9D110
Complementary color
Monochromatic Colors of #C9D110
Black with #C9D110
Text Example
Text Example
White with #C9D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D110; }
p { color: rgb(201,209,16); }
H1.HeaderClassName
{
color: #C9D110;
}
.AnyTagClassName
{
color: #C9D110;
}
</style>
background-color css
<style>
a { background-color: #C9D110; }
a { background-color: rgb(201,209,16); }
div.DivClassName
{
background-color: #C9D110;
}
.BgClassName
{
background-color: #C9D110;
}
</style>
border-color css
<style>
span { border-color: #C9D110; }
span { border-color: rgb(201,209,16); }
td.TdClassName
{
border-color: #C9D110;
}
.TagClassName
{
border-color: #C9D110;
}
</style>