Shades of Fuego #BAC72E
Tints of Fuego #BAC72E
RGB
CMYK
RGB Variations
Color information
#BAC72E (or 0xBAC72E) is known color: Fuego. HEX triplet: BA, C7 and 2E. RGB value is (186,199,46). Sum of RGB (Red+Green+Blue) = 186+199+46=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC72E is #4538D1. Grayscale: #B2B2B2. Windows color (decimal): -4536530 or 3065786. OLE color: 3065786.
HSL color Cylindrical-coordinate representation of color #BAC72E: hue angle of 65.1º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAC72E is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 46 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.22 |
| HSL | 65.1º | 0.62% | 0.48% | - |
| HSV(B) | 65.1º | 0.77% | 0.78% | - |
| XYZ | 41.17 | 51.48 | 10.35 | - |
| YUV | 177.67 | 53.69 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 46 | 0.07 | 0 | 0.77 | 0.22 | 65.1 | 0.62 | 0.48 |
| Hex | BA | C7 | 2E | 7 | 0 | 4D | 16 | 41 | 3E | 30 |
| Octal | 272 | 307 | 56 | 7 | 0 | 115 | 26 | 101 | 76 | 60 |
| Binary | 10111010 | 11000111 | 101110 | 111 | 0 | 1001101 | 10110 | 1000001 | 111110 | 110000 |
Color Harmonies of #BAC72E
Complementary color
Monochromatic Colors of #BAC72E
Black with #BAC72E
Text Example
Text Example
White with #BAC72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC72E; }
p { color: rgb(186,199,46); }
H1.HeaderClassName
{
color: #BAC72E;
}
.AnyTagClassName
{
color: #BAC72E;
}
</style>
background-color css
<style>
a { background-color: #BAC72E; }
a { background-color: rgb(186,199,46); }
div.DivClassName
{
background-color: #BAC72E;
}
.BgClassName
{
background-color: #BAC72E;
}
</style>
border-color css
<style>
span { border-color: #BAC72E; }
span { border-color: rgb(186,199,46); }
td.TdClassName
{
border-color: #BAC72E;
}
.TagClassName
{
border-color: #BAC72E;
}
</style>