Shades of Fuego #BAE928
Tints of Fuego #BAE928
RGB
CMYK
RGB Variations
Color information
#BAE928 (or 0xBAE928) is known color: Fuego. HEX triplet: BA, E9 and 28. RGB value is (186,233,40). Sum of RGB (Red+Green+Blue) = 186+233+40=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE928 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE928 is #4516D7. Grayscale: #C5C5C5. Windows color (decimal): -4527832 or 2681274. OLE color: 2681274.
HSL color Cylindrical-coordinate representation of color #BAE928: hue angle of 74.61º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAE928 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 40 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.09 |
| HSL | 74.61º | 0.81% | 0.54% | - |
| HSV(B) | 74.61º | 0.83% | 0.91% | - |
| XYZ | 49.77 | 68.87 | 12.68 | - |
| YUV | 196.95 | 39.43 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 40 | 0.20 | 0 | 0.83 | 0.09 | 74.61 | 0.81 | 0.54 |
| Hex | BA | E9 | 28 | 14 | 0 | 53 | 9 | 4B | 51 | 36 |
| Octal | 272 | 351 | 50 | 24 | 0 | 123 | 11 | 113 | 121 | 66 |
| Binary | 10111010 | 11101001 | 101000 | 10100 | 0 | 1010011 | 1001 | 1001011 | 1010001 | 110110 |
Color Harmonies of #BAE928
Complementary color
Monochromatic Colors of #BAE928
Black with #BAE928
Text Example
Text Example
White with #BAE928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE928; }
p { color: rgb(186,233,40); }
H1.HeaderClassName
{
color: #BAE928;
}
.AnyTagClassName
{
color: #BAE928;
}
</style>
background-color css
<style>
a { background-color: #BAE928; }
a { background-color: rgb(186,233,40); }
div.DivClassName
{
background-color: #BAE928;
}
.BgClassName
{
background-color: #BAE928;
}
</style>
border-color css
<style>
span { border-color: #BAE928; }
span { border-color: rgb(186,233,40); }
td.TdClassName
{
border-color: #BAE928;
}
.TagClassName
{
border-color: #BAE928;
}
</style>