Shades of Bird Flower #C5B910
Tints of Bird Flower #C5B910
RGB
CMYK
RGB Variations
Color information
#C5B910 (or 0xC5B910) is known color: Bird Flower. HEX triplet: C5, B9 and 10. RGB value is (197,185,16). Sum of RGB (Red+Green+Blue) = 197+185+16=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B910 is #3A46EF. Grayscale: #AAAAAA. Windows color (decimal): -3819248 or 1096133. OLE color: 1096133.
HSL color Cylindrical-coordinate representation of color #C5B910: hue angle of 56.02º 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 #C5B910 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 16 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.23 |
| HSL | 56.02º | 0.85% | 0.42% | - |
| HSV(B) | 56.02º | 0.92% | 0.77% | - |
| XYZ | 40.47 | 46.61 | 7.35 | - |
| YUV | 169.32 | 41.48 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 16 | 0 | 0.06 | 0.92 | 0.23 | 56.02 | 0.85 | 0.42 |
| Hex | C5 | B9 | 10 | 0 | 6 | 5C | 17 | 38 | 55 | 2A |
| Octal | 305 | 271 | 20 | 0 | 6 | 134 | 27 | 70 | 125 | 52 |
| Binary | 11000101 | 10111001 | 10000 | 0 | 110 | 1011100 | 10111 | 111000 | 1010101 | 101010 |
Color Harmonies of #C5B910
Complementary color
Monochromatic Colors of #C5B910
Black with #C5B910
Text Example
Text Example
White with #C5B910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B910; }
p { color: rgb(197,185,16); }
H1.HeaderClassName
{
color: #C5B910;
}
.AnyTagClassName
{
color: #C5B910;
}
</style>
background-color css
<style>
a { background-color: #C5B910; }
a { background-color: rgb(197,185,16); }
div.DivClassName
{
background-color: #C5B910;
}
.BgClassName
{
background-color: #C5B910;
}
</style>
border-color css
<style>
span { border-color: #C5B910; }
span { border-color: rgb(197,185,16); }
td.TdClassName
{
border-color: #C5B910;
}
.TagClassName
{
border-color: #C5B910;
}
</style>