Shades of Fuego #BAE82C
Tints of Fuego #BAE82C
RGB
CMYK
RGB Variations
Color information
#BAE82C (or 0xBAE82C) is known color: Fuego. HEX triplet: BA, E8 and 2C. RGB value is (186,232,44). Sum of RGB (Red+Green+Blue) = 186+232+44=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 232 (91.02% from 255 or 50.22% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE82C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE82C is #4517D3. Grayscale: #C5C5C5. Windows color (decimal): -4528084 or 2943162. OLE color: 2943162.
HSL color Cylindrical-coordinate representation of color #BAE82C: hue angle of 74.68º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAE82C is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 44 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.09 |
| HSL | 74.68º | 0.8% | 0.54% | - |
| HSV(B) | 74.68º | 0.81% | 0.91% | - |
| XYZ | 49.56 | 68.33 | 12.96 | - |
| YUV | 196.81 | 41.76 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 44 | 0.20 | 0 | 0.81 | 0.09 | 74.68 | 0.8 | 0.54 |
| Hex | BA | E8 | 2C | 14 | 0 | 51 | 9 | 4B | 50 | 36 |
| Octal | 272 | 350 | 54 | 24 | 0 | 121 | 11 | 113 | 120 | 66 |
| Binary | 10111010 | 11101000 | 101100 | 10100 | 0 | 1010001 | 1001 | 1001011 | 1010000 | 110110 |
Color Harmonies of #BAE82C
Complementary color
Monochromatic Colors of #BAE82C
Black with #BAE82C
Text Example
Text Example
White with #BAE82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE82C; }
p { color: rgb(186,232,44); }
H1.HeaderClassName
{
color: #BAE82C;
}
.AnyTagClassName
{
color: #BAE82C;
}
</style>
background-color css
<style>
a { background-color: #BAE82C; }
a { background-color: rgb(186,232,44); }
div.DivClassName
{
background-color: #BAE82C;
}
.BgClassName
{
background-color: #BAE82C;
}
</style>
border-color css
<style>
span { border-color: #BAE82C; }
span { border-color: rgb(186,232,44); }
td.TdClassName
{
border-color: #BAE82C;
}
.TagClassName
{
border-color: #BAE82C;
}
</style>