Shades of Bird Flower #C5B619
Tints of Bird Flower #C5B619
RGB
CMYK
RGB Variations
Color information
#C5B619 (or 0xC5B619) is known color: Bird Flower. HEX triplet: C5, B6 and 19. RGB value is (197,182,25). Sum of RGB (Red+Green+Blue) = 197+182+25=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B619 is #3A49E6. Grayscale: #A9A9A9. Windows color (decimal): -3820007 or 1685189. OLE color: 1685189.
HSL color Cylindrical-coordinate representation of color #C5B619: hue angle of 54.77º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5B619 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 25 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.23 |
| HSL | 54.77º | 0.77% | 0.44% | - |
| HSV(B) | 54.77º | 0.87% | 0.77% | - |
| XYZ | 39.93 | 45.4 | 7.58 | - |
| YUV | 168.59 | 46.97 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 25 | 0 | 0.08 | 0.87 | 0.23 | 54.77 | 0.77 | 0.44 |
| Hex | C5 | B6 | 19 | 0 | 8 | 57 | 17 | 37 | 4D | 2C |
| Octal | 305 | 266 | 31 | 0 | 10 | 127 | 27 | 67 | 115 | 54 |
| Binary | 11000101 | 10110110 | 11001 | 0 | 1000 | 1010111 | 10111 | 110111 | 1001101 | 101100 |
Color Harmonies of #C5B619
Complementary color
Monochromatic Colors of #C5B619
Black with #C5B619
Text Example
Text Example
White with #C5B619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B619; }
p { color: rgb(197,182,25); }
H1.HeaderClassName
{
color: #C5B619;
}
.AnyTagClassName
{
color: #C5B619;
}
</style>
background-color css
<style>
a { background-color: #C5B619; }
a { background-color: rgb(197,182,25); }
div.DivClassName
{
background-color: #C5B619;
}
.BgClassName
{
background-color: #C5B619;
}
</style>
border-color css
<style>
span { border-color: #C5B619; }
span { border-color: rgb(197,182,25); }
td.TdClassName
{
border-color: #C5B619;
}
.TagClassName
{
border-color: #C5B619;
}
</style>