Shades of Bird Flower #C5BA14
Tints of Bird Flower #C5BA14
RGB
CMYK
RGB Variations
Color information
#C5BA14 (or 0xC5BA14) is known color: Bird Flower. HEX triplet: C5, BA and 14. RGB value is (197,186,20). Sum of RGB (Red+Green+Blue) = 197+186+20=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BA14 is #3A45EB. Grayscale: #ABABAB. Windows color (decimal): -3818988 or 1358533. OLE color: 1358533.
HSL color Cylindrical-coordinate representation of color #C5BA14: hue angle of 56.27º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5BA14 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 20 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.23 |
| HSL | 56.27º | 0.82% | 0.43% | - |
| HSV(B) | 56.27º | 0.9% | 0.77% | - |
| XYZ | 40.71 | 47.04 | 7.6 | - |
| YUV | 170.37 | 43.14 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 20 | 0 | 0.06 | 0.90 | 0.23 | 56.27 | 0.82 | 0.43 |
| Hex | C5 | BA | 14 | 0 | 6 | 5A | 17 | 38 | 52 | 2B |
| Octal | 305 | 272 | 24 | 0 | 6 | 132 | 27 | 70 | 122 | 53 |
| Binary | 11000101 | 10111010 | 10100 | 0 | 110 | 1011010 | 10111 | 111000 | 1010010 | 101011 |
Color Harmonies of #C5BA14
Complementary color
Monochromatic Colors of #C5BA14
Black with #C5BA14
Text Example
Text Example
White with #C5BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA14; }
p { color: rgb(197,186,20); }
H1.HeaderClassName
{
color: #C5BA14;
}
.AnyTagClassName
{
color: #C5BA14;
}
</style>
background-color css
<style>
a { background-color: #C5BA14; }
a { background-color: rgb(197,186,20); }
div.DivClassName
{
background-color: #C5BA14;
}
.BgClassName
{
background-color: #C5BA14;
}
</style>
border-color css
<style>
span { border-color: #C5BA14; }
span { border-color: rgb(197,186,20); }
td.TdClassName
{
border-color: #C5BA14;
}
.TagClassName
{
border-color: #C5BA14;
}
</style>