Shades of Bird Flower #C5B516
Tints of Bird Flower #C5B516
RGB
CMYK
RGB Variations
Color information
#C5B516 (or 0xC5B516) is known color: Bird Flower. HEX triplet: C5, B5 and 16. RGB value is (197,181,22). Sum of RGB (Red+Green+Blue) = 197+181+22=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B516 is #3A4AE9. Grayscale: #A8A8A8. Windows color (decimal): -3820266 or 1488325. OLE color: 1488325.
HSL color Cylindrical-coordinate representation of color #C5B516: hue angle of 54.51º 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 #C5B516 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 22 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.23 |
| HSL | 54.51º | 0.8% | 0.43% | - |
| HSV(B) | 54.51º | 0.89% | 0.77% | - |
| XYZ | 39.69 | 44.98 | 7.35 | - |
| YUV | 167.66 | 45.8 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 22 | 0 | 0.08 | 0.89 | 0.23 | 54.51 | 0.8 | 0.43 |
| Hex | C5 | B5 | 16 | 0 | 8 | 59 | 17 | 37 | 50 | 2B |
| Octal | 305 | 265 | 26 | 0 | 10 | 131 | 27 | 67 | 120 | 53 |
| Binary | 11000101 | 10110101 | 10110 | 0 | 1000 | 1011001 | 10111 | 110111 | 1010000 | 101011 |
Color Harmonies of #C5B516
Complementary color
Monochromatic Colors of #C5B516
Black with #C5B516
Text Example
Text Example
White with #C5B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B516; }
p { color: rgb(197,181,22); }
H1.HeaderClassName
{
color: #C5B516;
}
.AnyTagClassName
{
color: #C5B516;
}
</style>
background-color css
<style>
a { background-color: #C5B516; }
a { background-color: rgb(197,181,22); }
div.DivClassName
{
background-color: #C5B516;
}
.BgClassName
{
background-color: #C5B516;
}
</style>
border-color css
<style>
span { border-color: #C5B516; }
span { border-color: rgb(197,181,22); }
td.TdClassName
{
border-color: #C5B516;
}
.TagClassName
{
border-color: #C5B516;
}
</style>