Shades of Fuego #BACE2E
Tints of Fuego #BACE2E
RGB
CMYK
RGB Variations
Color information
#BACE2E (or 0xBACE2E) is known color: Fuego. HEX triplet: BA, CE and 2E. RGB value is (186,206,46). Sum of RGB (Red+Green+Blue) = 186+206+46=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE2E is #4531D1. Grayscale: #B6B6B6. Windows color (decimal): -4534738 or 3067578. OLE color: 3067578.
HSL color Cylindrical-coordinate representation of color #BACE2E: hue angle of 67.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BACE2E is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 46 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.19 |
| HSL | 67.5º | 0.63% | 0.49% | - |
| HSV(B) | 67.5º | 0.78% | 0.81% | - |
| XYZ | 42.81 | 54.78 | 10.9 | - |
| YUV | 181.78 | 51.37 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 46 | 0.10 | 0 | 0.78 | 0.19 | 67.5 | 0.63 | 0.49 |
| Hex | BA | CE | 2E | A | 0 | 4E | 13 | 44 | 3F | 31 |
| Octal | 272 | 316 | 56 | 12 | 0 | 116 | 23 | 104 | 77 | 61 |
| Binary | 10111010 | 11001110 | 101110 | 1010 | 0 | 1001110 | 10011 | 1000100 | 111111 | 110001 |
Color Harmonies of #BACE2E
Complementary color
Monochromatic Colors of #BACE2E
Black with #BACE2E
Text Example
Text Example
White with #BACE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE2E; }
p { color: rgb(186,206,46); }
H1.HeaderClassName
{
color: #BACE2E;
}
.AnyTagClassName
{
color: #BACE2E;
}
</style>
background-color css
<style>
a { background-color: #BACE2E; }
a { background-color: rgb(186,206,46); }
div.DivClassName
{
background-color: #BACE2E;
}
.BgClassName
{
background-color: #BACE2E;
}
</style>
border-color css
<style>
span { border-color: #BACE2E; }
span { border-color: rgb(186,206,46); }
td.TdClassName
{
border-color: #BACE2E;
}
.TagClassName
{
border-color: #BACE2E;
}
</style>