Shades of Fuego #BAC636
Tints of Fuego #BAC636
RGB
CMYK
RGB Variations
Color information
#BAC636 (or 0xBAC636) is known color: Fuego. HEX triplet: BA, C6 and 36. RGB value is (186,198,54). Sum of RGB (Red+Green+Blue) = 186+198+54=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC636 is #4539C9. Grayscale: #B2B2B2. Windows color (decimal): -4536778 or 3589818. OLE color: 3589818.
HSL color Cylindrical-coordinate representation of color #BAC636: hue angle of 65º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAC636 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 54 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.22 |
| HSL | 65º | 0.57% | 0.49% | - |
| HSV(B) | 65º | 0.73% | 0.78% | - |
| XYZ | 41.11 | 51.09 | 11.19 | - |
| YUV | 178 | 58.02 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 54 | 0.06 | 0 | 0.73 | 0.22 | 65 | 0.57 | 0.49 |
| Hex | BA | C6 | 36 | 6 | 0 | 49 | 16 | 41 | 39 | 31 |
| Octal | 272 | 306 | 66 | 6 | 0 | 111 | 26 | 101 | 71 | 61 |
| Binary | 10111010 | 11000110 | 110110 | 110 | 0 | 1001001 | 10110 | 1000001 | 111001 | 110001 |
Color Harmonies of #BAC636
Complementary color
Monochromatic Colors of #BAC636
Black with #BAC636
Text Example
Text Example
White with #BAC636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC636; }
p { color: rgb(186,198,54); }
H1.HeaderClassName
{
color: #BAC636;
}
.AnyTagClassName
{
color: #BAC636;
}
</style>
background-color css
<style>
a { background-color: #BAC636; }
a { background-color: rgb(186,198,54); }
div.DivClassName
{
background-color: #BAC636;
}
.BgClassName
{
background-color: #BAC636;
}
</style>
border-color css
<style>
span { border-color: #BAC636; }
span { border-color: rgb(186,198,54); }
td.TdClassName
{
border-color: #BAC636;
}
.TagClassName
{
border-color: #BAC636;
}
</style>