Shades of Bird Flower #C5BA16
Tints of Bird Flower #C5BA16
RGB
CMYK
RGB Variations
Color information
#C5BA16 (or 0xC5BA16) is known color: Bird Flower. HEX triplet: C5, BA and 16. RGB value is (197,186,22). Sum of RGB (Red+Green+Blue) = 197+186+22=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BA16 is #3A45E9. Grayscale: #ABABAB. Windows color (decimal): -3818986 or 1489605. OLE color: 1489605.
HSL color Cylindrical-coordinate representation of color #C5BA16: hue angle of 56.23º 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 #C5BA16 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 22 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.23 |
| HSL | 56.23º | 0.8% | 0.43% | - |
| HSV(B) | 56.23º | 0.89% | 0.77% | - |
| XYZ | 40.73 | 47.05 | 7.69 | - |
| YUV | 170.59 | 44.14 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 22 | 0 | 0.06 | 0.89 | 0.23 | 56.23 | 0.8 | 0.43 |
| Hex | C5 | BA | 16 | 0 | 6 | 59 | 17 | 38 | 50 | 2B |
| Octal | 305 | 272 | 26 | 0 | 6 | 131 | 27 | 70 | 120 | 53 |
| Binary | 11000101 | 10111010 | 10110 | 0 | 110 | 1011001 | 10111 | 111000 | 1010000 | 101011 |
Color Harmonies of #C5BA16
Complementary color
Monochromatic Colors of #C5BA16
Black with #C5BA16
Text Example
Text Example
White with #C5BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA16; }
p { color: rgb(197,186,22); }
H1.HeaderClassName
{
color: #C5BA16;
}
.AnyTagClassName
{
color: #C5BA16;
}
</style>
background-color css
<style>
a { background-color: #C5BA16; }
a { background-color: rgb(197,186,22); }
div.DivClassName
{
background-color: #C5BA16;
}
.BgClassName
{
background-color: #C5BA16;
}
</style>
border-color css
<style>
span { border-color: #C5BA16; }
span { border-color: rgb(197,186,22); }
td.TdClassName
{
border-color: #C5BA16;
}
.TagClassName
{
border-color: #C5BA16;
}
</style>