Shades of Fuego #BAC836
Tints of Fuego #BAC836
RGB
CMYK
RGB Variations
Color information
#BAC836 (or 0xBAC836) is known color: Fuego. HEX triplet: BA, C8 and 36. RGB value is (186,200,54). Sum of RGB (Red+Green+Blue) = 186+200+54=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC836 is #4537C9. Grayscale: #B3B3B3. Windows color (decimal): -4536266 or 3590330. OLE color: 3590330.
HSL color Cylindrical-coordinate representation of color #BAC836: hue angle of 65.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAC836 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 54 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.22 |
| HSL | 65.75º | 0.57% | 0.5% | - |
| HSV(B) | 65.75º | 0.73% | 0.78% | - |
| XYZ | 41.57 | 52.01 | 11.34 | - |
| YUV | 179.17 | 57.36 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 54 | 0.07 | 0 | 0.73 | 0.22 | 65.75 | 0.57 | 0.5 |
| Hex | BA | C8 | 36 | 7 | 0 | 49 | 16 | 42 | 39 | 32 |
| Octal | 272 | 310 | 66 | 7 | 0 | 111 | 26 | 102 | 71 | 62 |
| Binary | 10111010 | 11001000 | 110110 | 111 | 0 | 1001001 | 10110 | 1000010 | 111001 | 110010 |
Color Harmonies of #BAC836
Complementary color
Monochromatic Colors of #BAC836
Black with #BAC836
Text Example
Text Example
White with #BAC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC836; }
p { color: rgb(186,200,54); }
H1.HeaderClassName
{
color: #BAC836;
}
.AnyTagClassName
{
color: #BAC836;
}
</style>
background-color css
<style>
a { background-color: #BAC836; }
a { background-color: rgb(186,200,54); }
div.DivClassName
{
background-color: #BAC836;
}
.BgClassName
{
background-color: #BAC836;
}
</style>
border-color css
<style>
span { border-color: #BAC836; }
span { border-color: rgb(186,200,54); }
td.TdClassName
{
border-color: #BAC836;
}
.TagClassName
{
border-color: #BAC836;
}
</style>