Shades of Fuego #BBE528
Tints of Fuego #BBE528
RGB
CMYK
RGB Variations
Color information
#BBE528 (or 0xBBE528) is known color: Fuego. HEX triplet: BB, E5 and 28. RGB value is (187,229,40). Sum of RGB (Red+Green+Blue) = 187+229+40=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE528 is #441AD7. Grayscale: #C3C3C3. Windows color (decimal): -4463320 or 2680251. OLE color: 2680251.
HSL color Cylindrical-coordinate representation of color #BBE528: hue angle of 73.33º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBE528 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 40 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.10 |
| HSL | 73.33º | 0.78% | 0.53% | - |
| HSV(B) | 73.33º | 0.83% | 0.9% | - |
| XYZ | 48.9 | 66.76 | 12.32 | - |
| YUV | 194.9 | 40.59 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 40 | 0.18 | 0 | 0.83 | 0.10 | 73.33 | 0.78 | 0.53 |
| Hex | BB | E5 | 28 | 12 | 0 | 53 | A | 49 | 4E | 35 |
| Octal | 273 | 345 | 50 | 22 | 0 | 123 | 12 | 111 | 116 | 65 |
| Binary | 10111011 | 11100101 | 101000 | 10010 | 0 | 1010011 | 1010 | 1001001 | 1001110 | 110101 |
Color Harmonies of #BBE528
Complementary color
Monochromatic Colors of #BBE528
Black with #BBE528
Text Example
Text Example
White with #BBE528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE528; }
p { color: rgb(187,229,40); }
H1.HeaderClassName
{
color: #BBE528;
}
.AnyTagClassName
{
color: #BBE528;
}
</style>
background-color css
<style>
a { background-color: #BBE528; }
a { background-color: rgb(187,229,40); }
div.DivClassName
{
background-color: #BBE528;
}
.BgClassName
{
background-color: #BBE528;
}
</style>
border-color css
<style>
span { border-color: #BBE528; }
span { border-color: rgb(187,229,40); }
td.TdClassName
{
border-color: #BBE528;
}
.TagClassName
{
border-color: #BBE528;
}
</style>