Shades of Bird Flower #C9D010
Tints of Bird Flower #C9D010
RGB
CMYK
RGB Variations
Color information
#C9D010 (or 0xC9D010) is known color: Bird Flower. HEX triplet: C9, D0 and 10. RGB value is (201,208,16). Sum of RGB (Red+Green+Blue) = 201+208+16=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D010 is #362FEF. Grayscale: #B8B8B8. Windows color (decimal): -3551216 or 1102025. OLE color: 1102025.
HSL color Cylindrical-coordinate representation of color #C9D010: hue angle of 62.19º 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 #C9D010 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 16 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.18 |
| HSL | 62.19º | 0.86% | 0.44% | - |
| HSV(B) | 62.19º | 0.92% | 0.82% | - |
| XYZ | 46.74 | 57.57 | 9.14 | - |
| YUV | 184.02 | 33.18 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 16 | 0.03 | 0 | 0.92 | 0.18 | 62.19 | 0.86 | 0.44 |
| Hex | C9 | D0 | 10 | 3 | 0 | 5C | 12 | 3E | 56 | 2C |
| Octal | 311 | 320 | 20 | 3 | 0 | 134 | 22 | 76 | 126 | 54 |
| Binary | 11001001 | 11010000 | 10000 | 11 | 0 | 1011100 | 10010 | 111110 | 1010110 | 101100 |
Color Harmonies of #C9D010
Complementary color
Monochromatic Colors of #C9D010
Black with #C9D010
Text Example
Text Example
White with #C9D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D010; }
p { color: rgb(201,208,16); }
H1.HeaderClassName
{
color: #C9D010;
}
.AnyTagClassName
{
color: #C9D010;
}
</style>
background-color css
<style>
a { background-color: #C9D010; }
a { background-color: rgb(201,208,16); }
div.DivClassName
{
background-color: #C9D010;
}
.BgClassName
{
background-color: #C9D010;
}
</style>
border-color css
<style>
span { border-color: #C9D010; }
span { border-color: rgb(201,208,16); }
td.TdClassName
{
border-color: #C9D010;
}
.TagClassName
{
border-color: #C9D010;
}
</style>