Shades of Bird Flower #C5BE16
Tints of Bird Flower #C5BE16
RGB
CMYK
RGB Variations
Color information
#C5BE16 (or 0xC5BE16) is known color: Bird Flower. HEX triplet: C5, BE and 16. RGB value is (197,190,22). Sum of RGB (Red+Green+Blue) = 197+190+22=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BE16 is #3A41E9. Grayscale: #ADADAD. Windows color (decimal): -3817962 or 1490629. OLE color: 1490629.
HSL color Cylindrical-coordinate representation of color #C5BE16: hue angle of 57.6º 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 #C5BE16 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 22 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.23 |
| HSL | 57.6º | 0.8% | 0.43% | - |
| HSV(B) | 57.6º | 0.89% | 0.77% | - |
| XYZ | 41.58 | 48.76 | 7.98 | - |
| YUV | 172.94 | 42.82 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 22 | 0 | 0.04 | 0.89 | 0.23 | 57.6 | 0.8 | 0.43 |
| Hex | C5 | BE | 16 | 0 | 4 | 59 | 17 | 3A | 50 | 2B |
| Octal | 305 | 276 | 26 | 0 | 4 | 131 | 27 | 72 | 120 | 53 |
| Binary | 11000101 | 10111110 | 10110 | 0 | 100 | 1011001 | 10111 | 111010 | 1010000 | 101011 |
Color Harmonies of #C5BE16
Complementary color
Monochromatic Colors of #C5BE16
Black with #C5BE16
Text Example
Text Example
White with #C5BE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE16; }
p { color: rgb(197,190,22); }
H1.HeaderClassName
{
color: #C5BE16;
}
.AnyTagClassName
{
color: #C5BE16;
}
</style>
background-color css
<style>
a { background-color: #C5BE16; }
a { background-color: rgb(197,190,22); }
div.DivClassName
{
background-color: #C5BE16;
}
.BgClassName
{
background-color: #C5BE16;
}
</style>
border-color css
<style>
span { border-color: #C5BE16; }
span { border-color: rgb(197,190,22); }
td.TdClassName
{
border-color: #C5BE16;
}
.TagClassName
{
border-color: #C5BE16;
}
</style>