Shades of Bird Flower #C5BE13
Tints of Bird Flower #C5BE13
RGB
CMYK
RGB Variations
Color information
#C5BE13 (or 0xC5BE13) is known color: Bird Flower. HEX triplet: C5, BE and 13. RGB value is (197,190,19). Sum of RGB (Red+Green+Blue) = 197+190+19=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BE13 is #3A41EC. Grayscale: #ADADAD. Windows color (decimal): -3817965 or 1294021. OLE color: 1294021.
HSL color Cylindrical-coordinate representation of color #C5BE13: hue angle of 57.64º 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 #C5BE13 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 19 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.23 |
| HSL | 57.64º | 0.82% | 0.42% | - |
| HSV(B) | 57.64º | 0.9% | 0.77% | - |
| XYZ | 41.56 | 48.74 | 7.83 | - |
| YUV | 172.6 | 41.32 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 19 | 0 | 0.04 | 0.90 | 0.23 | 57.64 | 0.82 | 0.42 |
| Hex | C5 | BE | 13 | 0 | 4 | 5A | 17 | 3A | 52 | 2A |
| Octal | 305 | 276 | 23 | 0 | 4 | 132 | 27 | 72 | 122 | 52 |
| Binary | 11000101 | 10111110 | 10011 | 0 | 100 | 1011010 | 10111 | 111010 | 1010010 | 101010 |
Color Harmonies of #C5BE13
Complementary color
Monochromatic Colors of #C5BE13
Black with #C5BE13
Text Example
Text Example
White with #C5BE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE13; }
p { color: rgb(197,190,19); }
H1.HeaderClassName
{
color: #C5BE13;
}
.AnyTagClassName
{
color: #C5BE13;
}
</style>
background-color css
<style>
a { background-color: #C5BE13; }
a { background-color: rgb(197,190,19); }
div.DivClassName
{
background-color: #C5BE13;
}
.BgClassName
{
background-color: #C5BE13;
}
</style>
border-color css
<style>
span { border-color: #C5BE13; }
span { border-color: rgb(197,190,19); }
td.TdClassName
{
border-color: #C5BE13;
}
.TagClassName
{
border-color: #C5BE13;
}
</style>