Shades of Fuego #BAC52D
Tints of Fuego #BAC52D
RGB
CMYK
RGB Variations
Color information
#BAC52D (or 0xBAC52D) is known color: Fuego. HEX triplet: BA, C5 and 2D. RGB value is (186,197,45). Sum of RGB (Red+Green+Blue) = 186+197+45=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC52D is #453AD2. Grayscale: #B0B0B0. Windows color (decimal): -4537043 or 2999738. OLE color: 2999738.
HSL color Cylindrical-coordinate representation of color #BAC52D: hue angle of 64.34º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAC52D is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 45 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.23 |
| HSL | 64.34º | 0.63% | 0.47% | - |
| HSV(B) | 64.34º | 0.77% | 0.77% | - |
| XYZ | 40.69 | 50.56 | 10.1 | - |
| YUV | 176.38 | 53.86 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 45 | 0.06 | 0 | 0.77 | 0.23 | 64.34 | 0.63 | 0.47 |
| Hex | BA | C5 | 2D | 6 | 0 | 4D | 17 | 40 | 3F | 2F |
| Octal | 272 | 305 | 55 | 6 | 0 | 115 | 27 | 100 | 77 | 57 |
| Binary | 10111010 | 11000101 | 101101 | 110 | 0 | 1001101 | 10111 | 1000000 | 111111 | 101111 |
Color Harmonies of #BAC52D
Complementary color
Monochromatic Colors of #BAC52D
Black with #BAC52D
Text Example
Text Example
White with #BAC52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC52D; }
p { color: rgb(186,197,45); }
H1.HeaderClassName
{
color: #BAC52D;
}
.AnyTagClassName
{
color: #BAC52D;
}
</style>
background-color css
<style>
a { background-color: #BAC52D; }
a { background-color: rgb(186,197,45); }
div.DivClassName
{
background-color: #BAC52D;
}
.BgClassName
{
background-color: #BAC52D;
}
</style>
border-color css
<style>
span { border-color: #BAC52D; }
span { border-color: rgb(186,197,45); }
td.TdClassName
{
border-color: #BAC52D;
}
.TagClassName
{
border-color: #BAC52D;
}
</style>