Shades of Fuego #BAE52A
Tints of Fuego #BAE52A
RGB
CMYK
RGB Variations
Color information
#BAE52A (or 0xBAE52A) is known color: Fuego. HEX triplet: BA, E5 and 2A. RGB value is (186,229,42). Sum of RGB (Red+Green+Blue) = 186+229+42=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE52A is #451AD5. Grayscale: #C3C3C3. Windows color (decimal): -4528854 or 2811322. OLE color: 2811322.
HSL color Cylindrical-coordinate representation of color #BAE52A: hue angle of 73.8º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAE52A is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 42 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.10 |
| HSL | 73.8º | 0.78% | 0.53% | - |
| HSV(B) | 73.8º | 0.82% | 0.9% | - |
| XYZ | 48.69 | 66.64 | 12.49 | - |
| YUV | 194.83 | 41.75 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 42 | 0.19 | 0 | 0.82 | 0.10 | 73.8 | 0.78 | 0.53 |
| Hex | BA | E5 | 2A | 13 | 0 | 52 | A | 4A | 4E | 35 |
| Octal | 272 | 345 | 52 | 23 | 0 | 122 | 12 | 112 | 116 | 65 |
| Binary | 10111010 | 11100101 | 101010 | 10011 | 0 | 1010010 | 1010 | 1001010 | 1001110 | 110101 |
Color Harmonies of #BAE52A
Complementary color
Monochromatic Colors of #BAE52A
Black with #BAE52A
Text Example
Text Example
White with #BAE52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE52A; }
p { color: rgb(186,229,42); }
H1.HeaderClassName
{
color: #BAE52A;
}
.AnyTagClassName
{
color: #BAE52A;
}
</style>
background-color css
<style>
a { background-color: #BAE52A; }
a { background-color: rgb(186,229,42); }
div.DivClassName
{
background-color: #BAE52A;
}
.BgClassName
{
background-color: #BAE52A;
}
</style>
border-color css
<style>
span { border-color: #BAE52A; }
span { border-color: rgb(186,229,42); }
td.TdClassName
{
border-color: #BAE52A;
}
.TagClassName
{
border-color: #BAE52A;
}
</style>