Shades of Bird Flower #C5B816
Tints of Bird Flower #C5B816
RGB
CMYK
RGB Variations
Color information
#C5B816 (or 0xC5B816) is known color: Bird Flower. HEX triplet: C5, B8 and 16. RGB value is (197,184,22). Sum of RGB (Red+Green+Blue) = 197+184+22=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B816 is #3A47E9. Grayscale: #AAAAAA. Windows color (decimal): -3819498 or 1489093. OLE color: 1489093.
HSL color Cylindrical-coordinate representation of color #C5B816: hue angle of 55.54º 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 #C5B816 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 22 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.23 |
| HSL | 55.54º | 0.8% | 0.43% | - |
| HSV(B) | 55.54º | 0.89% | 0.77% | - |
| XYZ | 40.31 | 46.21 | 7.55 | - |
| YUV | 169.42 | 44.81 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 22 | 0 | 0.07 | 0.89 | 0.23 | 55.54 | 0.8 | 0.43 |
| Hex | C5 | B8 | 16 | 0 | 7 | 59 | 17 | 38 | 50 | 2B |
| Octal | 305 | 270 | 26 | 0 | 7 | 131 | 27 | 70 | 120 | 53 |
| Binary | 11000101 | 10111000 | 10110 | 0 | 111 | 1011001 | 10111 | 111000 | 1010000 | 101011 |
Color Harmonies of #C5B816
Complementary color
Monochromatic Colors of #C5B816
Black with #C5B816
Text Example
Text Example
White with #C5B816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B816; }
p { color: rgb(197,184,22); }
H1.HeaderClassName
{
color: #C5B816;
}
.AnyTagClassName
{
color: #C5B816;
}
</style>
background-color css
<style>
a { background-color: #C5B816; }
a { background-color: rgb(197,184,22); }
div.DivClassName
{
background-color: #C5B816;
}
.BgClassName
{
background-color: #C5B816;
}
</style>
border-color css
<style>
span { border-color: #C5B816; }
span { border-color: rgb(197,184,22); }
td.TdClassName
{
border-color: #C5B816;
}
.TagClassName
{
border-color: #C5B816;
}
</style>