Shades of Fuego #BAC430
Tints of Fuego #BAC430
RGB
CMYK
RGB Variations
Color information
#BAC430 (or 0xBAC430) is known color: Fuego. HEX triplet: BA, C4 and 30. RGB value is (186,196,48). Sum of RGB (Red+Green+Blue) = 186+196+48=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC430 is #453BCF. Grayscale: #B0B0B0. Windows color (decimal): -4537296 or 3196090. OLE color: 3196090.
HSL color Cylindrical-coordinate representation of color #BAC430: hue angle of 64.05º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAC430 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 48 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.23 |
| HSL | 64.05º | 0.61% | 0.48% | - |
| HSV(B) | 64.05º | 0.76% | 0.77% | - |
| XYZ | 40.52 | 50.13 | 10.34 | - |
| YUV | 176.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 48 | 0.05 | 0 | 0.76 | 0.23 | 64.05 | 0.61 | 0.48 |
| Hex | BA | C4 | 30 | 5 | 0 | 4C | 17 | 40 | 3D | 30 |
| Octal | 272 | 304 | 60 | 5 | 0 | 114 | 27 | 100 | 75 | 60 |
| Binary | 10111010 | 11000100 | 110000 | 101 | 0 | 1001100 | 10111 | 1000000 | 111101 | 110000 |
Color Harmonies of #BAC430
Complementary color
Monochromatic Colors of #BAC430
Black with #BAC430
Text Example
Text Example
White with #BAC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC430; }
p { color: rgb(186,196,48); }
H1.HeaderClassName
{
color: #BAC430;
}
.AnyTagClassName
{
color: #BAC430;
}
</style>
background-color css
<style>
a { background-color: #BAC430; }
a { background-color: rgb(186,196,48); }
div.DivClassName
{
background-color: #BAC430;
}
.BgClassName
{
background-color: #BAC430;
}
</style>
border-color css
<style>
span { border-color: #BAC430; }
span { border-color: rgb(186,196,48); }
td.TdClassName
{
border-color: #BAC430;
}
.TagClassName
{
border-color: #BAC430;
}
</style>