Shades of Fuego #BAE627
Tints of Fuego #BAE627
RGB
CMYK
RGB Variations
Color information
#BAE627 (or 0xBAE627) is known color: Fuego. HEX triplet: BA, E6 and 27. RGB value is (186,230,39). Sum of RGB (Red+Green+Blue) = 186+230+39=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE627 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE627 is #4519D8. Grayscale: #C3C3C3. Windows color (decimal): -4528601 or 2614970. OLE color: 2614970.
HSL color Cylindrical-coordinate representation of color #BAE627: hue angle of 73.82º 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 #BAE627 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 39 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.10 |
| HSL | 73.82º | 0.79% | 0.53% | - |
| HSV(B) | 73.82º | 0.83% | 0.9% | - |
| XYZ | 48.91 | 67.18 | 12.31 | - |
| YUV | 195.07 | 39.92 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 39 | 0.19 | 0 | 0.83 | 0.10 | 73.82 | 0.79 | 0.53 |
| Hex | BA | E6 | 27 | 13 | 0 | 53 | A | 4A | 4F | 35 |
| Octal | 272 | 346 | 47 | 23 | 0 | 123 | 12 | 112 | 117 | 65 |
| Binary | 10111010 | 11100110 | 100111 | 10011 | 0 | 1010011 | 1010 | 1001010 | 1001111 | 110101 |
Color Harmonies of #BAE627
Complementary color
Monochromatic Colors of #BAE627
Black with #BAE627
Text Example
Text Example
White with #BAE627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE627; }
p { color: rgb(186,230,39); }
H1.HeaderClassName
{
color: #BAE627;
}
.AnyTagClassName
{
color: #BAE627;
}
</style>
background-color css
<style>
a { background-color: #BAE627; }
a { background-color: rgb(186,230,39); }
div.DivClassName
{
background-color: #BAE627;
}
.BgClassName
{
background-color: #BAE627;
}
</style>
border-color css
<style>
span { border-color: #BAE627; }
span { border-color: rgb(186,230,39); }
td.TdClassName
{
border-color: #BAE627;
}
.TagClassName
{
border-color: #BAE627;
}
</style>