Shades of Fuego #BAC936
Tints of Fuego #BAC936
RGB
CMYK
RGB Variations
Color information
#BAC936 (or 0xBAC936) is known color: Fuego. HEX triplet: BA, C9 and 36. RGB value is (186,201,54). Sum of RGB (Red+Green+Blue) = 186+201+54=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC936 is #4536C9. Grayscale: #B4B4B4. Windows color (decimal): -4536010 or 3590586. OLE color: 3590586.
HSL color Cylindrical-coordinate representation of color #BAC936: hue angle of 66.12º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAC936 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 54 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.21 |
| HSL | 66.12º | 0.58% | 0.5% | - |
| HSV(B) | 66.12º | 0.73% | 0.79% | - |
| XYZ | 41.8 | 52.48 | 11.42 | - |
| YUV | 179.76 | 57.03 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 54 | 0.07 | 0 | 0.73 | 0.21 | 66.12 | 0.58 | 0.5 |
| Hex | BA | C9 | 36 | 7 | 0 | 49 | 15 | 42 | 3A | 32 |
| Octal | 272 | 311 | 66 | 7 | 0 | 111 | 25 | 102 | 72 | 62 |
| Binary | 10111010 | 11001001 | 110110 | 111 | 0 | 1001001 | 10101 | 1000010 | 111010 | 110010 |
Color Harmonies of #BAC936
Complementary color
Monochromatic Colors of #BAC936
Black with #BAC936
Text Example
Text Example
White with #BAC936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC936; }
p { color: rgb(186,201,54); }
H1.HeaderClassName
{
color: #BAC936;
}
.AnyTagClassName
{
color: #BAC936;
}
</style>
background-color css
<style>
a { background-color: #BAC936; }
a { background-color: rgb(186,201,54); }
div.DivClassName
{
background-color: #BAC936;
}
.BgClassName
{
background-color: #BAC936;
}
</style>
border-color css
<style>
span { border-color: #BAC936; }
span { border-color: rgb(186,201,54); }
td.TdClassName
{
border-color: #BAC936;
}
.TagClassName
{
border-color: #BAC936;
}
</style>