Shades of Fuego #BACC2E
Tints of Fuego #BACC2E
RGB
CMYK
RGB Variations
Color information
#BACC2E (or 0xBACC2E) is known color: Fuego. HEX triplet: BA, CC and 2E. RGB value is (186,204,46). Sum of RGB (Red+Green+Blue) = 186+204+46=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC2E is #4533D1. Grayscale: #B5B5B5. Windows color (decimal): -4535250 or 3067066. OLE color: 3067066.
HSL color Cylindrical-coordinate representation of color #BACC2E: hue angle of 66.84º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BACC2E is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 46 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.2 |
| HSL | 66.84º | 0.63% | 0.49% | - |
| HSV(B) | 66.84º | 0.77% | 0.8% | - |
| XYZ | 42.34 | 53.82 | 10.74 | - |
| YUV | 180.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 46 | 0.09 | 0 | 0.77 | 0.2 | 66.84 | 0.63 | 0.49 |
| Hex | BA | CC | 2E | 9 | 0 | 4D | 14 | 43 | 3F | 31 |
| Octal | 272 | 314 | 56 | 11 | 0 | 115 | 24 | 103 | 77 | 61 |
| Binary | 10111010 | 11001100 | 101110 | 1001 | 0 | 1001101 | 10100 | 1000011 | 111111 | 110001 |
Color Harmonies of #BACC2E
Complementary color
Monochromatic Colors of #BACC2E
Black with #BACC2E
Text Example
Text Example
White with #BACC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC2E; }
p { color: rgb(186,204,46); }
H1.HeaderClassName
{
color: #BACC2E;
}
.AnyTagClassName
{
color: #BACC2E;
}
</style>
background-color css
<style>
a { background-color: #BACC2E; }
a { background-color: rgb(186,204,46); }
div.DivClassName
{
background-color: #BACC2E;
}
.BgClassName
{
background-color: #BACC2E;
}
</style>
border-color css
<style>
span { border-color: #BACC2E; }
span { border-color: rgb(186,204,46); }
td.TdClassName
{
border-color: #BACC2E;
}
.TagClassName
{
border-color: #BACC2E;
}
</style>