Shades of Bird Flower #C5B917
Tints of Bird Flower #C5B917
RGB
CMYK
RGB Variations
Color information
#C5B917 (or 0xC5B917) is known color: Bird Flower. HEX triplet: C5, B9 and 17. RGB value is (197,185,23). Sum of RGB (Red+Green+Blue) = 197+185+23=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B917 is #3A46E8. Grayscale: #AAAAAA. Windows color (decimal): -3819241 or 1554885. OLE color: 1554885.
HSL color Cylindrical-coordinate representation of color #C5B917: hue angle of 55.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5B917 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 23 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.23 |
| HSL | 55.86º | 0.79% | 0.43% | - |
| HSV(B) | 55.86º | 0.88% | 0.77% | - |
| XYZ | 40.53 | 46.63 | 7.67 | - |
| YUV | 170.12 | 44.98 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 23 | 0 | 0.06 | 0.88 | 0.23 | 55.86 | 0.79 | 0.43 |
| Hex | C5 | B9 | 17 | 0 | 6 | 58 | 17 | 38 | 4F | 2B |
| Octal | 305 | 271 | 27 | 0 | 6 | 130 | 27 | 70 | 117 | 53 |
| Binary | 11000101 | 10111001 | 10111 | 0 | 110 | 1011000 | 10111 | 111000 | 1001111 | 101011 |
Color Harmonies of #C5B917
Complementary color
Monochromatic Colors of #C5B917
Black with #C5B917
Text Example
Text Example
White with #C5B917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B917; }
p { color: rgb(197,185,23); }
H1.HeaderClassName
{
color: #C5B917;
}
.AnyTagClassName
{
color: #C5B917;
}
</style>
background-color css
<style>
a { background-color: #C5B917; }
a { background-color: rgb(197,185,23); }
div.DivClassName
{
background-color: #C5B917;
}
.BgClassName
{
background-color: #C5B917;
}
</style>
border-color css
<style>
span { border-color: #C5B917; }
span { border-color: rgb(197,185,23); }
td.TdClassName
{
border-color: #C5B917;
}
.TagClassName
{
border-color: #C5B917;
}
</style>