Shades of Fuego #BBE829
Tints of Fuego #BBE829
RGB
CMYK
RGB Variations
Color information
#BBE829 (or 0xBBE829) is known color: Fuego. HEX triplet: BB, E8 and 29. RGB value is (187,232,41). Sum of RGB (Red+Green+Blue) = 187+232+41=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE829 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE829 is #4417D6. Grayscale: #C5C5C5. Windows color (decimal): -4462551 or 2746555. OLE color: 2746555.
HSL color Cylindrical-coordinate representation of color #BBE829: hue angle of 74.14º 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 #BBE829 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 41 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.09 |
| HSL | 74.14º | 0.81% | 0.54% | - |
| HSV(B) | 74.14º | 0.82% | 0.91% | - |
| XYZ | 49.75 | 68.44 | 12.69 | - |
| YUV | 196.77 | 40.09 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 41 | 0.19 | 0 | 0.82 | 0.09 | 74.14 | 0.81 | 0.54 |
| Hex | BB | E8 | 29 | 13 | 0 | 52 | 9 | 4A | 51 | 36 |
| Octal | 273 | 350 | 51 | 23 | 0 | 122 | 11 | 112 | 121 | 66 |
| Binary | 10111011 | 11101000 | 101001 | 10011 | 0 | 1010010 | 1001 | 1001010 | 1010001 | 110110 |
Color Harmonies of #BBE829
Complementary color
Monochromatic Colors of #BBE829
Black with #BBE829
Text Example
Text Example
White with #BBE829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE829; }
p { color: rgb(187,232,41); }
H1.HeaderClassName
{
color: #BBE829;
}
.AnyTagClassName
{
color: #BBE829;
}
</style>
background-color css
<style>
a { background-color: #BBE829; }
a { background-color: rgb(187,232,41); }
div.DivClassName
{
background-color: #BBE829;
}
.BgClassName
{
background-color: #BBE829;
}
</style>
border-color css
<style>
span { border-color: #BBE829; }
span { border-color: rgb(187,232,41); }
td.TdClassName
{
border-color: #BBE829;
}
.TagClassName
{
border-color: #BBE829;
}
</style>