Shades of Bird Flower #C6BA20
Tints of Bird Flower #C6BA20
RGB
CMYK
RGB Variations
Color information
#C6BA20 (or 0xC6BA20) is known color: Bird Flower. HEX triplet: C6, BA and 20. RGB value is (198,186,32). Sum of RGB (Red+Green+Blue) = 198+186+32=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA20 is #3945DF. Grayscale: #ACACAC. Windows color (decimal): -3753440 or 2144966. OLE color: 2144966.
HSL color Cylindrical-coordinate representation of color #C6BA20: hue angle of 55.66º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6BA20 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 32 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.22 |
| HSL | 55.66º | 0.72% | 0.45% | - |
| HSV(B) | 55.66º | 0.84% | 0.78% | - |
| XYZ | 41.11 | 47.23 | 8.32 | - |
| YUV | 172.03 | 48.98 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 32 | 0 | 0.06 | 0.84 | 0.22 | 55.66 | 0.72 | 0.45 |
| Hex | C6 | BA | 20 | 0 | 6 | 54 | 16 | 38 | 48 | 2D |
| Octal | 306 | 272 | 40 | 0 | 6 | 124 | 26 | 70 | 110 | 55 |
| Binary | 11000110 | 10111010 | 100000 | 0 | 110 | 1010100 | 10110 | 111000 | 1001000 | 101101 |
Color Harmonies of #C6BA20
Complementary color
Monochromatic Colors of #C6BA20
Black with #C6BA20
Text Example
Text Example
White with #C6BA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA20; }
p { color: rgb(198,186,32); }
H1.HeaderClassName
{
color: #C6BA20;
}
.AnyTagClassName
{
color: #C6BA20;
}
</style>
background-color css
<style>
a { background-color: #C6BA20; }
a { background-color: rgb(198,186,32); }
div.DivClassName
{
background-color: #C6BA20;
}
.BgClassName
{
background-color: #C6BA20;
}
</style>
border-color css
<style>
span { border-color: #C6BA20; }
span { border-color: rgb(198,186,32); }
td.TdClassName
{
border-color: #C6BA20;
}
.TagClassName
{
border-color: #C6BA20;
}
</style>