Shades of Bird Flower #C5BA10
Tints of Bird Flower #C5BA10
RGB
CMYK
RGB Variations
Color information
#C5BA10 (or 0xC5BA10) is known color: Bird Flower. HEX triplet: C5, BA and 10. RGB value is (197,186,16). Sum of RGB (Red+Green+Blue) = 197+186+16=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BA10 is #3A45EF. Grayscale: #AAAAAA. Windows color (decimal): -3818992 or 1096389. OLE color: 1096389.
HSL color Cylindrical-coordinate representation of color #C5BA10: hue angle of 56.35º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5BA10 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 16 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.23 |
| HSL | 56.35º | 0.85% | 0.42% | - |
| HSV(B) | 56.35º | 0.92% | 0.77% | - |
| XYZ | 40.68 | 47.03 | 7.42 | - |
| YUV | 169.91 | 41.14 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 16 | 0 | 0.06 | 0.92 | 0.23 | 56.35 | 0.85 | 0.42 |
| Hex | C5 | BA | 10 | 0 | 6 | 5C | 17 | 38 | 55 | 2A |
| Octal | 305 | 272 | 20 | 0 | 6 | 134 | 27 | 70 | 125 | 52 |
| Binary | 11000101 | 10111010 | 10000 | 0 | 110 | 1011100 | 10111 | 111000 | 1010101 | 101010 |
Color Harmonies of #C5BA10
Complementary color
Monochromatic Colors of #C5BA10
Black with #C5BA10
Text Example
Text Example
White with #C5BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA10; }
p { color: rgb(197,186,16); }
H1.HeaderClassName
{
color: #C5BA10;
}
.AnyTagClassName
{
color: #C5BA10;
}
</style>
background-color css
<style>
a { background-color: #C5BA10; }
a { background-color: rgb(197,186,16); }
div.DivClassName
{
background-color: #C5BA10;
}
.BgClassName
{
background-color: #C5BA10;
}
</style>
border-color css
<style>
span { border-color: #C5BA10; }
span { border-color: rgb(197,186,16); }
td.TdClassName
{
border-color: #C5BA10;
}
.TagClassName
{
border-color: #C5BA10;
}
</style>