Shades of Bird Flower #C4BC16
Tints of Bird Flower #C4BC16
RGB
CMYK
RGB Variations
Color information
#C4BC16 (or 0xC4BC16) is known color: Bird Flower. HEX triplet: C4, BC and 16. RGB value is (196,188,22). Sum of RGB (Red+Green+Blue) = 196+188+22=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BC16 is #3B43E9. Grayscale: #ACACAC. Windows color (decimal): -3884010 or 1490116. OLE color: 1490116.
HSL color Cylindrical-coordinate representation of color #C4BC16: hue angle of 57.24º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4BC16 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 22 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.23 |
| HSL | 57.24º | 0.8% | 0.43% | - |
| HSV(B) | 57.24º | 0.89% | 0.77% | - |
| XYZ | 40.89 | 47.76 | 7.82 | - |
| YUV | 171.47 | 43.65 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 22 | 0 | 0.04 | 0.89 | 0.23 | 57.24 | 0.8 | 0.43 |
| Hex | C4 | BC | 16 | 0 | 4 | 59 | 17 | 39 | 50 | 2B |
| Octal | 304 | 274 | 26 | 0 | 4 | 131 | 27 | 71 | 120 | 53 |
| Binary | 11000100 | 10111100 | 10110 | 0 | 100 | 1011001 | 10111 | 111001 | 1010000 | 101011 |
Color Harmonies of #C4BC16
Complementary color
Monochromatic Colors of #C4BC16
Black with #C4BC16
Text Example
Text Example
White with #C4BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BC16; }
p { color: rgb(196,188,22); }
H1.HeaderClassName
{
color: #C4BC16;
}
.AnyTagClassName
{
color: #C4BC16;
}
</style>
background-color css
<style>
a { background-color: #C4BC16; }
a { background-color: rgb(196,188,22); }
div.DivClassName
{
background-color: #C4BC16;
}
.BgClassName
{
background-color: #C4BC16;
}
</style>
border-color css
<style>
span { border-color: #C4BC16; }
span { border-color: rgb(196,188,22); }
td.TdClassName
{
border-color: #C4BC16;
}
.TagClassName
{
border-color: #C4BC16;
}
</style>