Shades of Bird Flower #C9BC09
Tints of Bird Flower #C9BC09
RGB
CMYK
RGB Variations
Color information
#C9BC09 (or 0xC9BC09) is known color: Bird Flower. HEX triplet: C9, BC and 09. RGB value is (201,188,9). Sum of RGB (Red+Green+Blue) = 201+188+9=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BC09 is #3643F6. Grayscale: #ACACAC. Windows color (decimal): -3556343 or 638153. OLE color: 638153.
HSL color Cylindrical-coordinate representation of color #C9BC09: hue angle of 55.94º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9BC09 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.21 |
| HSL | 55.94º | 0.91% | 0.41% | - |
| HSV(B) | 55.94º | 0.96% | 0.79% | - |
| XYZ | 42.12 | 48.4 | 7.38 | - |
| YUV | 171.48 | 36.31 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 9 | 0 | 0.06 | 0.96 | 0.21 | 55.94 | 0.91 | 0.41 |
| Hex | C9 | BC | 9 | 0 | 6 | 60 | 15 | 38 | 5B | 29 |
| Octal | 311 | 274 | 11 | 0 | 6 | 140 | 25 | 70 | 133 | 51 |
| Binary | 11001001 | 10111100 | 1001 | 0 | 110 | 1100000 | 10101 | 111000 | 1011011 | 101001 |
Color Harmonies of #C9BC09
Complementary color
Monochromatic Colors of #C9BC09
Black with #C9BC09
Text Example
Text Example
White with #C9BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC09; }
p { color: rgb(201,188,9); }
H1.HeaderClassName
{
color: #C9BC09;
}
.AnyTagClassName
{
color: #C9BC09;
}
</style>
background-color css
<style>
a { background-color: #C9BC09; }
a { background-color: rgb(201,188,9); }
div.DivClassName
{
background-color: #C9BC09;
}
.BgClassName
{
background-color: #C9BC09;
}
</style>
border-color css
<style>
span { border-color: #C9BC09; }
span { border-color: rgb(201,188,9); }
td.TdClassName
{
border-color: #C9BC09;
}
.TagClassName
{
border-color: #C9BC09;
}
</style>