Shades of Fuego #BBE026
Tints of Fuego #BBE026
RGB
CMYK
RGB Variations
Color information
#BBE026 (or 0xBBE026) is known color: Fuego. HEX triplet: BB, E0 and 26. RGB value is (187,224,38). Sum of RGB (Red+Green+Blue) = 187+224+38=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 38 (15.23% from 255 or 8.46% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE026 is #441FD9. Grayscale: #C0C0C0. Windows color (decimal): -4464602 or 2547899. OLE color: 2547899.
HSL color Cylindrical-coordinate representation of color #BBE026: hue angle of 71.94º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBE026 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 38 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.12 |
| HSL | 71.94º | 0.75% | 0.51% | - |
| HSV(B) | 71.94º | 0.83% | 0.88% | - |
| XYZ | 47.5 | 64.02 | 11.69 | - |
| YUV | 191.73 | 41.24 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 38 | 0.17 | 0 | 0.83 | 0.12 | 71.94 | 0.75 | 0.51 |
| Hex | BB | E0 | 26 | 11 | 0 | 53 | C | 48 | 4B | 33 |
| Octal | 273 | 340 | 46 | 21 | 0 | 123 | 14 | 110 | 113 | 63 |
| Binary | 10111011 | 11100000 | 100110 | 10001 | 0 | 1010011 | 1100 | 1001000 | 1001011 | 110011 |
Color Harmonies of #BBE026
Complementary color
Monochromatic Colors of #BBE026
Black with #BBE026
Text Example
Text Example
White with #BBE026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE026; }
p { color: rgb(187,224,38); }
H1.HeaderClassName
{
color: #BBE026;
}
.AnyTagClassName
{
color: #BBE026;
}
</style>
background-color css
<style>
a { background-color: #BBE026; }
a { background-color: rgb(187,224,38); }
div.DivClassName
{
background-color: #BBE026;
}
.BgClassName
{
background-color: #BBE026;
}
</style>
border-color css
<style>
span { border-color: #BBE026; }
span { border-color: rgb(187,224,38); }
td.TdClassName
{
border-color: #BBE026;
}
.TagClassName
{
border-color: #BBE026;
}
</style>