Shades of Bird Flower #C9BC12
Tints of Bird Flower #C9BC12
RGB
CMYK
RGB Variations
Color information
#C9BC12 (or 0xC9BC12) is known color: Bird Flower. HEX triplet: C9, BC and 12. RGB value is (201,188,18). Sum of RGB (Red+Green+Blue) = 201+188+18=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BC12 is #3643ED. Grayscale: #ADADAD. Windows color (decimal): -3556334 or 1227977. OLE color: 1227977.
HSL color Cylindrical-coordinate representation of color #C9BC12: hue angle of 55.74º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9BC12 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 18 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.21 |
| HSL | 55.74º | 0.84% | 0.43% | - |
| HSV(B) | 55.74º | 0.91% | 0.79% | - |
| XYZ | 42.18 | 48.43 | 7.7 | - |
| YUV | 172.51 | 40.81 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 18 | 0 | 0.06 | 0.91 | 0.21 | 55.74 | 0.84 | 0.43 |
| Hex | C9 | BC | 12 | 0 | 6 | 5B | 15 | 38 | 54 | 2B |
| Octal | 311 | 274 | 22 | 0 | 6 | 133 | 25 | 70 | 124 | 53 |
| Binary | 11001001 | 10111100 | 10010 | 0 | 110 | 1011011 | 10101 | 111000 | 1010100 | 101011 |
Color Harmonies of #C9BC12
Complementary color
Monochromatic Colors of #C9BC12
Black with #C9BC12
Text Example
Text Example
White with #C9BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC12; }
p { color: rgb(201,188,18); }
H1.HeaderClassName
{
color: #C9BC12;
}
.AnyTagClassName
{
color: #C9BC12;
}
</style>
background-color css
<style>
a { background-color: #C9BC12; }
a { background-color: rgb(201,188,18); }
div.DivClassName
{
background-color: #C9BC12;
}
.BgClassName
{
background-color: #C9BC12;
}
</style>
border-color css
<style>
span { border-color: #C9BC12; }
span { border-color: rgb(201,188,18); }
td.TdClassName
{
border-color: #C9BC12;
}
.TagClassName
{
border-color: #C9BC12;
}
</style>