Shades of Bird Flower #C6BC1E
Tints of Bird Flower #C6BC1E
RGB
CMYK
RGB Variations
Color information
#C6BC1E (or 0xC6BC1E) is known color: Bird Flower. HEX triplet: C6, BC and 1E. RGB value is (198,188,30). Sum of RGB (Red+Green+Blue) = 198+188+30=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC1E is #3943E1. Grayscale: #ADADAD. Windows color (decimal): -3752930 or 2014406. OLE color: 2014406.
HSL color Cylindrical-coordinate representation of color #C6BC1E: hue angle of 56.43º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6BC1E is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 30 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.22 |
| HSL | 56.43º | 0.74% | 0.45% | - |
| HSV(B) | 56.43º | 0.85% | 0.78% | - |
| XYZ | 41.51 | 48.07 | 8.32 | - |
| YUV | 172.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 30 | 0 | 0.05 | 0.85 | 0.22 | 56.43 | 0.74 | 0.45 |
| Hex | C6 | BC | 1E | 0 | 5 | 55 | 16 | 38 | 4A | 2D |
| Octal | 306 | 274 | 36 | 0 | 5 | 125 | 26 | 70 | 112 | 55 |
| Binary | 11000110 | 10111100 | 11110 | 0 | 101 | 1010101 | 10110 | 111000 | 1001010 | 101101 |
Color Harmonies of #C6BC1E
Complementary color
Monochromatic Colors of #C6BC1E
Black with #C6BC1E
Text Example
Text Example
White with #C6BC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC1E; }
p { color: rgb(198,188,30); }
H1.HeaderClassName
{
color: #C6BC1E;
}
.AnyTagClassName
{
color: #C6BC1E;
}
</style>
background-color css
<style>
a { background-color: #C6BC1E; }
a { background-color: rgb(198,188,30); }
div.DivClassName
{
background-color: #C6BC1E;
}
.BgClassName
{
background-color: #C6BC1E;
}
</style>
border-color css
<style>
span { border-color: #C6BC1E; }
span { border-color: rgb(198,188,30); }
td.TdClassName
{
border-color: #C6BC1E;
}
.TagClassName
{
border-color: #C6BC1E;
}
</style>