Shades of Bird Flower #C5B916
Tints of Bird Flower #C5B916
RGB
CMYK
RGB Variations
Color information
#C5B916 (or 0xC5B916) is known color: Bird Flower. HEX triplet: C5, B9 and 16. RGB value is (197,185,22). Sum of RGB (Red+Green+Blue) = 197+185+22=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B916 is #3A46E9. Grayscale: #AAAAAA. Windows color (decimal): -3819242 or 1489349. OLE color: 1489349.
HSL color Cylindrical-coordinate representation of color #C5B916: hue angle of 55.89º 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 #C5B916 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 22 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.23 |
| HSL | 55.89º | 0.8% | 0.43% | - |
| HSV(B) | 55.89º | 0.89% | 0.77% | - |
| XYZ | 40.52 | 46.63 | 7.62 | - |
| YUV | 170.01 | 44.48 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 22 | 0 | 0.06 | 0.89 | 0.23 | 55.89 | 0.8 | 0.43 |
| Hex | C5 | B9 | 16 | 0 | 6 | 59 | 17 | 38 | 50 | 2B |
| Octal | 305 | 271 | 26 | 0 | 6 | 131 | 27 | 70 | 120 | 53 |
| Binary | 11000101 | 10111001 | 10110 | 0 | 110 | 1011001 | 10111 | 111000 | 1010000 | 101011 |
Color Harmonies of #C5B916
Complementary color
Monochromatic Colors of #C5B916
Black with #C5B916
Text Example
Text Example
White with #C5B916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B916; }
p { color: rgb(197,185,22); }
H1.HeaderClassName
{
color: #C5B916;
}
.AnyTagClassName
{
color: #C5B916;
}
</style>
background-color css
<style>
a { background-color: #C5B916; }
a { background-color: rgb(197,185,22); }
div.DivClassName
{
background-color: #C5B916;
}
.BgClassName
{
background-color: #C5B916;
}
</style>
border-color css
<style>
span { border-color: #C5B916; }
span { border-color: rgb(197,185,22); }
td.TdClassName
{
border-color: #C5B916;
}
.TagClassName
{
border-color: #C5B916;
}
</style>