Shades of Bird Flower #C6BC0E
Tints of Bird Flower #C6BC0E
RGB
CMYK
RGB Variations
Color information
#C6BC0E (or 0xC6BC0E) is known color: Bird Flower. HEX triplet: C6, BC and 0E. RGB value is (198,188,14). Sum of RGB (Red+Green+Blue) = 198+188+14=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BC0E is #3943F1. Grayscale: #ABABAB. Windows color (decimal): -3752946 or 965830. OLE color: 965830.
HSL color Cylindrical-coordinate representation of color #C6BC0E: hue angle of 56.74º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6BC0E is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 14 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.22 |
| HSL | 56.74º | 0.87% | 0.42% | - |
| HSV(B) | 56.74º | 0.93% | 0.78% | - |
| XYZ | 41.35 | 48 | 7.5 | - |
| YUV | 171.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 14 | 0 | 0.05 | 0.93 | 0.22 | 56.74 | 0.87 | 0.42 |
| Hex | C6 | BC | E | 0 | 5 | 5D | 16 | 39 | 57 | 2A |
| Octal | 306 | 274 | 16 | 0 | 5 | 135 | 26 | 71 | 127 | 52 |
| Binary | 11000110 | 10111100 | 1110 | 0 | 101 | 1011101 | 10110 | 111001 | 1010111 | 101010 |
Color Harmonies of #C6BC0E
Complementary color
Monochromatic Colors of #C6BC0E
Black with #C6BC0E
Text Example
Text Example
White with #C6BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC0E; }
p { color: rgb(198,188,14); }
H1.HeaderClassName
{
color: #C6BC0E;
}
.AnyTagClassName
{
color: #C6BC0E;
}
</style>
background-color css
<style>
a { background-color: #C6BC0E; }
a { background-color: rgb(198,188,14); }
div.DivClassName
{
background-color: #C6BC0E;
}
.BgClassName
{
background-color: #C6BC0E;
}
</style>
border-color css
<style>
span { border-color: #C6BC0E; }
span { border-color: rgb(198,188,14); }
td.TdClassName
{
border-color: #C6BC0E;
}
.TagClassName
{
border-color: #C6BC0E;
}
</style>