Shades of Fuego #BAE628
Tints of Fuego #BAE628
RGB
CMYK
RGB Variations
Color information
#BAE628 (or 0xBAE628) is known color: Fuego. HEX triplet: BA, E6 and 28. RGB value is (186,230,40). Sum of RGB (Red+Green+Blue) = 186+230+40=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE628 is #4519D7. Grayscale: #C3C3C3. Windows color (decimal): -4528600 or 2680506. OLE color: 2680506.
HSL color Cylindrical-coordinate representation of color #BAE628: hue angle of 73.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAE628 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 40 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.10 |
| HSL | 73.89º | 0.79% | 0.53% | - |
| HSV(B) | 73.89º | 0.83% | 0.9% | - |
| XYZ | 48.93 | 67.19 | 12.4 | - |
| YUV | 195.18 | 40.42 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 40 | 0.19 | 0 | 0.83 | 0.10 | 73.89 | 0.79 | 0.53 |
| Hex | BA | E6 | 28 | 13 | 0 | 53 | A | 4A | 4F | 35 |
| Octal | 272 | 346 | 50 | 23 | 0 | 123 | 12 | 112 | 117 | 65 |
| Binary | 10111010 | 11100110 | 101000 | 10011 | 0 | 1010011 | 1010 | 1001010 | 1001111 | 110101 |
Color Harmonies of #BAE628
Complementary color
Monochromatic Colors of #BAE628
Black with #BAE628
Text Example
Text Example
White with #BAE628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE628; }
p { color: rgb(186,230,40); }
H1.HeaderClassName
{
color: #BAE628;
}
.AnyTagClassName
{
color: #BAE628;
}
</style>
background-color css
<style>
a { background-color: #BAE628; }
a { background-color: rgb(186,230,40); }
div.DivClassName
{
background-color: #BAE628;
}
.BgClassName
{
background-color: #BAE628;
}
</style>
border-color css
<style>
span { border-color: #BAE628; }
span { border-color: rgb(186,230,40); }
td.TdClassName
{
border-color: #BAE628;
}
.TagClassName
{
border-color: #BAE628;
}
</style>