Shades of Fuego #BAC434
Tints of Fuego #BAC434
RGB
CMYK
RGB Variations
Color information
#BAC434 (or 0xBAC434) is known color: Fuego. HEX triplet: BA, C4 and 34. RGB value is (186,196,52). Sum of RGB (Red+Green+Blue) = 186+196+52=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC434 is #453BCB. Grayscale: #B1B1B1. Windows color (decimal): -4537292 or 3458234. OLE color: 3458234.
HSL color Cylindrical-coordinate representation of color #BAC434: hue angle of 64.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAC434 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 52 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.23 |
| HSL | 64.17º | 0.58% | 0.49% | - |
| HSV(B) | 64.17º | 0.73% | 0.77% | - |
| XYZ | 40.61 | 50.17 | 10.79 | - |
| YUV | 176.59 | 57.69 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 52 | 0.05 | 0 | 0.73 | 0.23 | 64.17 | 0.58 | 0.49 |
| Hex | BA | C4 | 34 | 5 | 0 | 49 | 17 | 40 | 3A | 31 |
| Octal | 272 | 304 | 64 | 5 | 0 | 111 | 27 | 100 | 72 | 61 |
| Binary | 10111010 | 11000100 | 110100 | 101 | 0 | 1001001 | 10111 | 1000000 | 111010 | 110001 |
Color Harmonies of #BAC434
Complementary color
Monochromatic Colors of #BAC434
Black with #BAC434
Text Example
Text Example
White with #BAC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC434; }
p { color: rgb(186,196,52); }
H1.HeaderClassName
{
color: #BAC434;
}
.AnyTagClassName
{
color: #BAC434;
}
</style>
background-color css
<style>
a { background-color: #BAC434; }
a { background-color: rgb(186,196,52); }
div.DivClassName
{
background-color: #BAC434;
}
.BgClassName
{
background-color: #BAC434;
}
</style>
border-color css
<style>
span { border-color: #BAC434; }
span { border-color: rgb(186,196,52); }
td.TdClassName
{
border-color: #BAC434;
}
.TagClassName
{
border-color: #BAC434;
}
</style>