Shades of Fuego #BAC538
Tints of Fuego #BAC538
RGB
CMYK
RGB Variations
Color information
#BAC538 (or 0xBAC538) is known color: Fuego. HEX triplet: BA, C5 and 38. RGB value is (186,197,56). Sum of RGB (Red+Green+Blue) = 186+197+56=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC538 is #453AC7. Grayscale: #B2B2B2. Windows color (decimal): -4537032 or 3720634. OLE color: 3720634.
HSL color Cylindrical-coordinate representation of color #BAC538: hue angle of 64.68º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAC538 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 56 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.23 |
| HSL | 64.68º | 0.56% | 0.5% | - |
| HSV(B) | 64.68º | 0.72% | 0.77% | - |
| XYZ | 40.93 | 50.66 | 11.36 | - |
| YUV | 177.64 | 59.36 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 56 | 0.06 | 0 | 0.72 | 0.23 | 64.68 | 0.56 | 0.5 |
| Hex | BA | C5 | 38 | 6 | 0 | 48 | 17 | 41 | 38 | 32 |
| Octal | 272 | 305 | 70 | 6 | 0 | 110 | 27 | 101 | 70 | 62 |
| Binary | 10111010 | 11000101 | 111000 | 110 | 0 | 1001000 | 10111 | 1000001 | 111000 | 110010 |
Color Harmonies of #BAC538
Complementary color
Monochromatic Colors of #BAC538
Black with #BAC538
Text Example
Text Example
White with #BAC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC538; }
p { color: rgb(186,197,56); }
H1.HeaderClassName
{
color: #BAC538;
}
.AnyTagClassName
{
color: #BAC538;
}
</style>
background-color css
<style>
a { background-color: #BAC538; }
a { background-color: rgb(186,197,56); }
div.DivClassName
{
background-color: #BAC538;
}
.BgClassName
{
background-color: #BAC538;
}
</style>
border-color css
<style>
span { border-color: #BAC538; }
span { border-color: rgb(186,197,56); }
td.TdClassName
{
border-color: #BAC538;
}
.TagClassName
{
border-color: #BAC538;
}
</style>