Shades of Fuego #BBE529
Tints of Fuego #BBE529
RGB
CMYK
RGB Variations
Color information
#BBE529 (or 0xBBE529) is known color: Fuego. HEX triplet: BB, E5 and 29. RGB value is (187,229,41). Sum of RGB (Red+Green+Blue) = 187+229+41=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE529 is #441AD6. Grayscale: #C3C3C3. Windows color (decimal): -4463319 or 2745787. OLE color: 2745787.
HSL color Cylindrical-coordinate representation of color #BBE529: hue angle of 73.4º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBE529 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 41 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.10 |
| HSL | 73.4º | 0.78% | 0.53% | - |
| HSV(B) | 73.4º | 0.82% | 0.9% | - |
| XYZ | 48.91 | 66.76 | 12.41 | - |
| YUV | 195.01 | 41.09 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 41 | 0.18 | 0 | 0.82 | 0.10 | 73.4 | 0.78 | 0.53 |
| Hex | BB | E5 | 29 | 12 | 0 | 52 | A | 49 | 4E | 35 |
| Octal | 273 | 345 | 51 | 22 | 0 | 122 | 12 | 111 | 116 | 65 |
| Binary | 10111011 | 11100101 | 101001 | 10010 | 0 | 1010010 | 1010 | 1001001 | 1001110 | 110101 |
Color Harmonies of #BBE529
Complementary color
Monochromatic Colors of #BBE529
Black with #BBE529
Text Example
Text Example
White with #BBE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE529; }
p { color: rgb(187,229,41); }
H1.HeaderClassName
{
color: #BBE529;
}
.AnyTagClassName
{
color: #BBE529;
}
</style>
background-color css
<style>
a { background-color: #BBE529; }
a { background-color: rgb(187,229,41); }
div.DivClassName
{
background-color: #BBE529;
}
.BgClassName
{
background-color: #BBE529;
}
</style>
border-color css
<style>
span { border-color: #BBE529; }
span { border-color: rgb(187,229,41); }
td.TdClassName
{
border-color: #BBE529;
}
.TagClassName
{
border-color: #BBE529;
}
</style>