Shades of Bird Flower #C5B620
Tints of Bird Flower #C5B620
RGB
CMYK
RGB Variations
Color information
#C5B620 (or 0xC5B620) is known color: Bird Flower. HEX triplet: C5, B6 and 20. RGB value is (197,182,32). Sum of RGB (Red+Green+Blue) = 197+182+32=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B620 is #3A49DF. Grayscale: #AAAAAA. Windows color (decimal): -3820000 or 2143941. OLE color: 2143941.
HSL color Cylindrical-coordinate representation of color #C5B620: hue angle of 54.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5B620 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 32 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.23 |
| HSL | 54.55º | 0.72% | 0.45% | - |
| HSV(B) | 54.55º | 0.84% | 0.77% | - |
| XYZ | 40.01 | 45.43 | 8.03 | - |
| YUV | 169.39 | 50.47 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 32 | 0 | 0.08 | 0.84 | 0.23 | 54.55 | 0.72 | 0.45 |
| Hex | C5 | B6 | 20 | 0 | 8 | 54 | 17 | 37 | 48 | 2D |
| Octal | 305 | 266 | 40 | 0 | 10 | 124 | 27 | 67 | 110 | 55 |
| Binary | 11000101 | 10110110 | 100000 | 0 | 1000 | 1010100 | 10111 | 110111 | 1001000 | 101101 |
Color Harmonies of #C5B620
Complementary color
Monochromatic Colors of #C5B620
Black with #C5B620
Text Example
Text Example
White with #C5B620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B620; }
p { color: rgb(197,182,32); }
H1.HeaderClassName
{
color: #C5B620;
}
.AnyTagClassName
{
color: #C5B620;
}
</style>
background-color css
<style>
a { background-color: #C5B620; }
a { background-color: rgb(197,182,32); }
div.DivClassName
{
background-color: #C5B620;
}
.BgClassName
{
background-color: #C5B620;
}
</style>
border-color css
<style>
span { border-color: #C5B620; }
span { border-color: rgb(197,182,32); }
td.TdClassName
{
border-color: #C5B620;
}
.TagClassName
{
border-color: #C5B620;
}
</style>