Shades of Bird Flower #C6BC1D
Tints of Bird Flower #C6BC1D
RGB
CMYK
RGB Variations
Color information
#C6BC1D (or 0xC6BC1D) is known color: Bird Flower. HEX triplet: C6, BC and 1D. RGB value is (198,188,29). Sum of RGB (Red+Green+Blue) = 198+188+29=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC1D is #3943E2. Grayscale: #ADADAD. Windows color (decimal): -3752931 or 1948870. OLE color: 1948870.
HSL color Cylindrical-coordinate representation of color #C6BC1D: hue angle of 56.45º 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 #C6BC1D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 29 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.22 |
| HSL | 56.45º | 0.74% | 0.45% | - |
| HSV(B) | 56.45º | 0.85% | 0.78% | - |
| XYZ | 41.49 | 48.06 | 8.25 | - |
| YUV | 172.86 | 46.81 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 29 | 0 | 0.05 | 0.85 | 0.22 | 56.45 | 0.74 | 0.45 |
| Hex | C6 | BC | 1D | 0 | 5 | 55 | 16 | 38 | 4A | 2D |
| Octal | 306 | 274 | 35 | 0 | 5 | 125 | 26 | 70 | 112 | 55 |
| Binary | 11000110 | 10111100 | 11101 | 0 | 101 | 1010101 | 10110 | 111000 | 1001010 | 101101 |
Color Harmonies of #C6BC1D
Complementary color
Monochromatic Colors of #C6BC1D
Black with #C6BC1D
Text Example
Text Example
White with #C6BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC1D; }
p { color: rgb(198,188,29); }
H1.HeaderClassName
{
color: #C6BC1D;
}
.AnyTagClassName
{
color: #C6BC1D;
}
</style>
background-color css
<style>
a { background-color: #C6BC1D; }
a { background-color: rgb(198,188,29); }
div.DivClassName
{
background-color: #C6BC1D;
}
.BgClassName
{
background-color: #C6BC1D;
}
</style>
border-color css
<style>
span { border-color: #C6BC1D; }
span { border-color: rgb(198,188,29); }
td.TdClassName
{
border-color: #C6BC1D;
}
.TagClassName
{
border-color: #C6BC1D;
}
</style>