Shades of Bird Flower #C5BB14
Tints of Bird Flower #C5BB14
RGB
CMYK
RGB Variations
Color information
#C5BB14 (or 0xC5BB14) is known color: Bird Flower. HEX triplet: C5, BB and 14. RGB value is (197,187,20). Sum of RGB (Red+Green+Blue) = 197+187+20=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BB14 is #3A44EB. Grayscale: #ABABAB. Windows color (decimal): -3818732 or 1358789. OLE color: 1358789.
HSL color Cylindrical-coordinate representation of color #C5BB14: hue angle of 56.61º 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 #C5BB14 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 20 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.23 |
| HSL | 56.61º | 0.82% | 0.43% | - |
| HSV(B) | 56.61º | 0.9% | 0.77% | - |
| XYZ | 40.92 | 47.46 | 7.67 | - |
| YUV | 170.95 | 42.81 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 20 | 0 | 0.05 | 0.90 | 0.23 | 56.61 | 0.82 | 0.43 |
| Hex | C5 | BB | 14 | 0 | 5 | 5A | 17 | 39 | 52 | 2B |
| Octal | 305 | 273 | 24 | 0 | 5 | 132 | 27 | 71 | 122 | 53 |
| Binary | 11000101 | 10111011 | 10100 | 0 | 101 | 1011010 | 10111 | 111001 | 1010010 | 101011 |
Color Harmonies of #C5BB14
Complementary color
Monochromatic Colors of #C5BB14
Black with #C5BB14
Text Example
Text Example
White with #C5BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB14; }
p { color: rgb(197,187,20); }
H1.HeaderClassName
{
color: #C5BB14;
}
.AnyTagClassName
{
color: #C5BB14;
}
</style>
background-color css
<style>
a { background-color: #C5BB14; }
a { background-color: rgb(197,187,20); }
div.DivClassName
{
background-color: #C5BB14;
}
.BgClassName
{
background-color: #C5BB14;
}
</style>
border-color css
<style>
span { border-color: #C5BB14; }
span { border-color: rgb(197,187,20); }
td.TdClassName
{
border-color: #C5BB14;
}
.TagClassName
{
border-color: #C5BB14;
}
</style>