Shades of Fuego #BAE728
Tints of Fuego #BAE728
RGB
CMYK
RGB Variations
Color information
#BAE728 (or 0xBAE728) is known color: Fuego. HEX triplet: BA, E7 and 28. RGB value is (186,231,40). Sum of RGB (Red+Green+Blue) = 186+231+40=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE728 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE728 is #4518D7. Grayscale: #C4C4C4. Windows color (decimal): -4528344 or 2680762. OLE color: 2680762.
HSL color Cylindrical-coordinate representation of color #BAE728: hue angle of 74.14º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAE728 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 40 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.09 |
| HSL | 74.14º | 0.8% | 0.53% | - |
| HSV(B) | 74.14º | 0.83% | 0.91% | - |
| XYZ | 49.21 | 67.74 | 12.49 | - |
| YUV | 195.77 | 40.09 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 40 | 0.19 | 0 | 0.83 | 0.09 | 74.14 | 0.8 | 0.53 |
| Hex | BA | E7 | 28 | 13 | 0 | 53 | 9 | 4A | 50 | 35 |
| Octal | 272 | 347 | 50 | 23 | 0 | 123 | 11 | 112 | 120 | 65 |
| Binary | 10111010 | 11100111 | 101000 | 10011 | 0 | 1010011 | 1001 | 1001010 | 1010000 | 110101 |
Color Harmonies of #BAE728
Complementary color
Monochromatic Colors of #BAE728
Black with #BAE728
Text Example
Text Example
White with #BAE728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE728; }
p { color: rgb(186,231,40); }
H1.HeaderClassName
{
color: #BAE728;
}
.AnyTagClassName
{
color: #BAE728;
}
</style>
background-color css
<style>
a { background-color: #BAE728; }
a { background-color: rgb(186,231,40); }
div.DivClassName
{
background-color: #BAE728;
}
.BgClassName
{
background-color: #BAE728;
}
</style>
border-color css
<style>
span { border-color: #BAE728; }
span { border-color: rgb(186,231,40); }
td.TdClassName
{
border-color: #BAE728;
}
.TagClassName
{
border-color: #BAE728;
}
</style>