Shades of Fuego #BBE131
Tints of Fuego #BBE131
RGB
CMYK
RGB Variations
Color information
#BBE131 (or 0xBBE131) is known color: Fuego. HEX triplet: BB, E1 and 31. RGB value is (187,225,49). Sum of RGB (Red+Green+Blue) = 187+225+49=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE131 is #441ECE. Grayscale: #C2C2C2. Windows color (decimal): -4464335 or 3269051. OLE color: 3269051.
HSL color Cylindrical-coordinate representation of color #BBE131: hue angle of 72.95º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBE131 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 49 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.12 |
| HSL | 72.95º | 0.75% | 0.54% | - |
| HSV(B) | 72.95º | 0.78% | 0.88% | - |
| XYZ | 47.97 | 64.64 | 12.85 | - |
| YUV | 193.57 | 46.41 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 49 | 0.17 | 0 | 0.78 | 0.12 | 72.95 | 0.75 | 0.54 |
| Hex | BB | E1 | 31 | 11 | 0 | 4E | C | 49 | 4B | 36 |
| Octal | 273 | 341 | 61 | 21 | 0 | 116 | 14 | 111 | 113 | 66 |
| Binary | 10111011 | 11100001 | 110001 | 10001 | 0 | 1001110 | 1100 | 1001001 | 1001011 | 110110 |
Color Harmonies of #BBE131
Complementary color
Monochromatic Colors of #BBE131
Black with #BBE131
Text Example
Text Example
White with #BBE131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE131; }
p { color: rgb(187,225,49); }
H1.HeaderClassName
{
color: #BBE131;
}
.AnyTagClassName
{
color: #BBE131;
}
</style>
background-color css
<style>
a { background-color: #BBE131; }
a { background-color: rgb(187,225,49); }
div.DivClassName
{
background-color: #BBE131;
}
.BgClassName
{
background-color: #BBE131;
}
</style>
border-color css
<style>
span { border-color: #BBE131; }
span { border-color: rgb(187,225,49); }
td.TdClassName
{
border-color: #BBE131;
}
.TagClassName
{
border-color: #BBE131;
}
</style>