Shades of Fuego #BBE52B
Tints of Fuego #BBE52B
RGB
CMYK
RGB Variations
Color information
#BBE52B (or 0xBBE52B) is known color: Fuego. HEX triplet: BB, E5 and 2B. RGB value is (187,229,43). Sum of RGB (Red+Green+Blue) = 187+229+43=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 43 (17.19% from 255 or 9.37% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE52B is #441AD4. Grayscale: #C3C3C3. Windows color (decimal): -4463317 or 2876859. OLE color: 2876859.
HSL color Cylindrical-coordinate representation of color #BBE52B: hue angle of 73.55º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBE52B is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 43 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.10 |
| HSL | 73.55º | 0.78% | 0.53% | - |
| HSV(B) | 73.55º | 0.81% | 0.9% | - |
| XYZ | 48.95 | 66.78 | 12.6 | - |
| YUV | 195.24 | 42.09 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 43 | 0.18 | 0 | 0.81 | 0.10 | 73.55 | 0.78 | 0.53 |
| Hex | BB | E5 | 2B | 12 | 0 | 51 | A | 4A | 4E | 35 |
| Octal | 273 | 345 | 53 | 22 | 0 | 121 | 12 | 112 | 116 | 65 |
| Binary | 10111011 | 11100101 | 101011 | 10010 | 0 | 1010001 | 1010 | 1001010 | 1001110 | 110101 |
Color Harmonies of #BBE52B
Complementary color
Monochromatic Colors of #BBE52B
Black with #BBE52B
Text Example
Text Example
White with #BBE52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE52B; }
p { color: rgb(187,229,43); }
H1.HeaderClassName
{
color: #BBE52B;
}
.AnyTagClassName
{
color: #BBE52B;
}
</style>
background-color css
<style>
a { background-color: #BBE52B; }
a { background-color: rgb(187,229,43); }
div.DivClassName
{
background-color: #BBE52B;
}
.BgClassName
{
background-color: #BBE52B;
}
</style>
border-color css
<style>
span { border-color: #BBE52B; }
span { border-color: rgb(187,229,43); }
td.TdClassName
{
border-color: #BBE52B;
}
.TagClassName
{
border-color: #BBE52B;
}
</style>