Shades of Bird Flower #C5B913
Tints of Bird Flower #C5B913
RGB
CMYK
RGB Variations
Color information
#C5B913 (or 0xC5B913) is known color: Bird Flower. HEX triplet: C5, B9 and 13. RGB value is (197,185,19). Sum of RGB (Red+Green+Blue) = 197+185+19=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B913 is #3A46EC. Grayscale: #AAAAAA. Windows color (decimal): -3819245 or 1292741. OLE color: 1292741.
HSL color Cylindrical-coordinate representation of color #C5B913: hue angle of 55.96º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5B913 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 19 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.23 |
| HSL | 55.96º | 0.82% | 0.42% | - |
| HSV(B) | 55.96º | 0.9% | 0.77% | - |
| XYZ | 40.49 | 46.62 | 7.48 | - |
| YUV | 169.66 | 42.98 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 19 | 0 | 0.06 | 0.90 | 0.23 | 55.96 | 0.82 | 0.42 |
| Hex | C5 | B9 | 13 | 0 | 6 | 5A | 17 | 38 | 52 | 2A |
| Octal | 305 | 271 | 23 | 0 | 6 | 132 | 27 | 70 | 122 | 52 |
| Binary | 11000101 | 10111001 | 10011 | 0 | 110 | 1011010 | 10111 | 111000 | 1010010 | 101010 |
Color Harmonies of #C5B913
Complementary color
Monochromatic Colors of #C5B913
Black with #C5B913
Text Example
Text Example
White with #C5B913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B913; }
p { color: rgb(197,185,19); }
H1.HeaderClassName
{
color: #C5B913;
}
.AnyTagClassName
{
color: #C5B913;
}
</style>
background-color css
<style>
a { background-color: #C5B913; }
a { background-color: rgb(197,185,19); }
div.DivClassName
{
background-color: #C5B913;
}
.BgClassName
{
background-color: #C5B913;
}
</style>
border-color css
<style>
span { border-color: #C5B913; }
span { border-color: rgb(197,185,19); }
td.TdClassName
{
border-color: #C5B913;
}
.TagClassName
{
border-color: #C5B913;
}
</style>