Shades of Bird Flower #C6BC14
Tints of Bird Flower #C6BC14
RGB
CMYK
RGB Variations
Color information
#C6BC14 (or 0xC6BC14) is known color: Bird Flower. HEX triplet: C6, BC and 14. RGB value is (198,188,20). Sum of RGB (Red+Green+Blue) = 198+188+20=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BC14 is #3943EB. Grayscale: #ACACAC. Windows color (decimal): -3752940 or 1359046. OLE color: 1359046.
HSL color Cylindrical-coordinate representation of color #C6BC14: hue angle of 56.63º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6BC14 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 20 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.22 |
| HSL | 56.63º | 0.82% | 0.43% | - |
| HSV(B) | 56.63º | 0.9% | 0.78% | - |
| XYZ | 41.4 | 48.02 | 7.75 | - |
| YUV | 171.84 | 42.31 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 20 | 0 | 0.05 | 0.90 | 0.22 | 56.63 | 0.82 | 0.43 |
| Hex | C6 | BC | 14 | 0 | 5 | 5A | 16 | 39 | 52 | 2B |
| Octal | 306 | 274 | 24 | 0 | 5 | 132 | 26 | 71 | 122 | 53 |
| Binary | 11000110 | 10111100 | 10100 | 0 | 101 | 1011010 | 10110 | 111001 | 1010010 | 101011 |
Color Harmonies of #C6BC14
Complementary color
Monochromatic Colors of #C6BC14
Black with #C6BC14
Text Example
Text Example
White with #C6BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC14; }
p { color: rgb(198,188,20); }
H1.HeaderClassName
{
color: #C6BC14;
}
.AnyTagClassName
{
color: #C6BC14;
}
</style>
background-color css
<style>
a { background-color: #C6BC14; }
a { background-color: rgb(198,188,20); }
div.DivClassName
{
background-color: #C6BC14;
}
.BgClassName
{
background-color: #C6BC14;
}
</style>
border-color css
<style>
span { border-color: #C6BC14; }
span { border-color: rgb(198,188,20); }
td.TdClassName
{
border-color: #C6BC14;
}
.TagClassName
{
border-color: #C6BC14;
}
</style>