Shades of Bird Flower #C6BA1C
Tints of Bird Flower #C6BA1C
RGB
CMYK
RGB Variations
Color information
#C6BA1C (or 0xC6BA1C) is known color: Bird Flower. HEX triplet: C6, BA and 1C. RGB value is (198,186,28). Sum of RGB (Red+Green+Blue) = 198+186+28=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA1C is #3945E3. Grayscale: #ACACAC. Windows color (decimal): -3753444 or 1882822. OLE color: 1882822.
HSL color Cylindrical-coordinate representation of color #C6BA1C: hue angle of 55.76º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6BA1C is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 28 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.22 |
| HSL | 55.76º | 0.75% | 0.44% | - |
| HSV(B) | 55.76º | 0.86% | 0.78% | - |
| XYZ | 41.06 | 47.21 | 8.05 | - |
| YUV | 171.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 28 | 0 | 0.06 | 0.86 | 0.22 | 55.76 | 0.75 | 0.44 |
| Hex | C6 | BA | 1C | 0 | 6 | 56 | 16 | 38 | 4B | 2C |
| Octal | 306 | 272 | 34 | 0 | 6 | 126 | 26 | 70 | 113 | 54 |
| Binary | 11000110 | 10111010 | 11100 | 0 | 110 | 1010110 | 10110 | 111000 | 1001011 | 101100 |
Color Harmonies of #C6BA1C
Complementary color
Monochromatic Colors of #C6BA1C
Black with #C6BA1C
Text Example
Text Example
White with #C6BA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA1C; }
p { color: rgb(198,186,28); }
H1.HeaderClassName
{
color: #C6BA1C;
}
.AnyTagClassName
{
color: #C6BA1C;
}
</style>
background-color css
<style>
a { background-color: #C6BA1C; }
a { background-color: rgb(198,186,28); }
div.DivClassName
{
background-color: #C6BA1C;
}
.BgClassName
{
background-color: #C6BA1C;
}
</style>
border-color css
<style>
span { border-color: #C6BA1C; }
span { border-color: rgb(198,186,28); }
td.TdClassName
{
border-color: #C6BA1C;
}
.TagClassName
{
border-color: #C6BA1C;
}
</style>