Shades of Fuego #BBE929
Tints of Fuego #BBE929
RGB
CMYK
RGB Variations
Color information
#BBE929 (or 0xBBE929) is known color: Fuego. HEX triplet: BB, E9 and 29. RGB value is (187,233,41). Sum of RGB (Red+Green+Blue) = 187+233+41=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE929 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE929 is #4416D6. Grayscale: #C6C6C6. Windows color (decimal): -4462295 or 2746811. OLE color: 2746811.
HSL color Cylindrical-coordinate representation of color #BBE929: hue angle of 74.37º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBE929 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 41 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.09 |
| HSL | 74.37º | 0.81% | 0.54% | - |
| HSV(B) | 74.37º | 0.82% | 0.91% | - |
| XYZ | 50.03 | 69 | 12.78 | - |
| YUV | 197.36 | 39.76 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 41 | 0.20 | 0 | 0.82 | 0.09 | 74.37 | 0.81 | 0.54 |
| Hex | BB | E9 | 29 | 14 | 0 | 52 | 9 | 4A | 51 | 36 |
| Octal | 273 | 351 | 51 | 24 | 0 | 122 | 11 | 112 | 121 | 66 |
| Binary | 10111011 | 11101001 | 101001 | 10100 | 0 | 1010010 | 1001 | 1001010 | 1010001 | 110110 |
Color Harmonies of #BBE929
Complementary color
Monochromatic Colors of #BBE929
Black with #BBE929
Text Example
Text Example
White with #BBE929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE929; }
p { color: rgb(187,233,41); }
H1.HeaderClassName
{
color: #BBE929;
}
.AnyTagClassName
{
color: #BBE929;
}
</style>
background-color css
<style>
a { background-color: #BBE929; }
a { background-color: rgb(187,233,41); }
div.DivClassName
{
background-color: #BBE929;
}
.BgClassName
{
background-color: #BBE929;
}
</style>
border-color css
<style>
span { border-color: #BBE929; }
span { border-color: rgb(187,233,41); }
td.TdClassName
{
border-color: #BBE929;
}
.TagClassName
{
border-color: #BBE929;
}
</style>