Shades of Bird Flower #C9CE15
Tints of Bird Flower #C9CE15
RGB
CMYK
RGB Variations
Color information
#C9CE15 (or 0xC9CE15) is known color: Bird Flower. HEX triplet: C9, CE and 15. RGB value is (201,206,21). Sum of RGB (Red+Green+Blue) = 201+206+21=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CE15 is #3631EA. Grayscale: #B8B8B8. Windows color (decimal): -3551723 or 1429193. OLE color: 1429193.
HSL color Cylindrical-coordinate representation of color #C9CE15: hue angle of 61.62º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9CE15 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 21 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.19 |
| HSL | 61.62º | 0.81% | 0.45% | - |
| HSV(B) | 61.62º | 0.9% | 0.81% | - |
| XYZ | 46.29 | 56.61 | 9.2 | - |
| YUV | 183.42 | 36.34 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 21 | 0.02 | 0 | 0.90 | 0.19 | 61.62 | 0.81 | 0.45 |
| Hex | C9 | CE | 15 | 2 | 0 | 5A | 13 | 3E | 51 | 2D |
| Octal | 311 | 316 | 25 | 2 | 0 | 132 | 23 | 76 | 121 | 55 |
| Binary | 11001001 | 11001110 | 10101 | 10 | 0 | 1011010 | 10011 | 111110 | 1010001 | 101101 |
Color Harmonies of #C9CE15
Complementary color
Monochromatic Colors of #C9CE15
Black with #C9CE15
Text Example
Text Example
White with #C9CE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE15; }
p { color: rgb(201,206,21); }
H1.HeaderClassName
{
color: #C9CE15;
}
.AnyTagClassName
{
color: #C9CE15;
}
</style>
background-color css
<style>
a { background-color: #C9CE15; }
a { background-color: rgb(201,206,21); }
div.DivClassName
{
background-color: #C9CE15;
}
.BgClassName
{
background-color: #C9CE15;
}
</style>
border-color css
<style>
span { border-color: #C9CE15; }
span { border-color: rgb(201,206,21); }
td.TdClassName
{
border-color: #C9CE15;
}
.TagClassName
{
border-color: #C9CE15;
}
</style>