Shades of Fuego #BBE12B
Tints of Fuego #BBE12B
RGB
CMYK
RGB Variations
Color information
#BBE12B (or 0xBBE12B) is known color: Fuego. HEX triplet: BB, E1 and 2B. RGB value is (187,225,43). Sum of RGB (Red+Green+Blue) = 187+225+43=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 43 (17.19% from 255 or 9.45% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE12B is #441ED4. Grayscale: #C1C1C1. Windows color (decimal): -4464341 or 2875835. OLE color: 2875835.
HSL color Cylindrical-coordinate representation of color #BBE12B: hue angle of 72.53º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBE12B is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 43 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.12 |
| HSL | 72.53º | 0.75% | 0.53% | - |
| HSV(B) | 72.53º | 0.81% | 0.88% | - |
| XYZ | 47.85 | 64.59 | 12.23 | - |
| YUV | 192.89 | 43.41 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 43 | 0.17 | 0 | 0.81 | 0.12 | 72.53 | 0.75 | 0.53 |
| Hex | BB | E1 | 2B | 11 | 0 | 51 | C | 49 | 4B | 35 |
| Octal | 273 | 341 | 53 | 21 | 0 | 121 | 14 | 111 | 113 | 65 |
| Binary | 10111011 | 11100001 | 101011 | 10001 | 0 | 1010001 | 1100 | 1001001 | 1001011 | 110101 |
Color Harmonies of #BBE12B
Complementary color
Monochromatic Colors of #BBE12B
Black with #BBE12B
Text Example
Text Example
White with #BBE12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE12B; }
p { color: rgb(187,225,43); }
H1.HeaderClassName
{
color: #BBE12B;
}
.AnyTagClassName
{
color: #BBE12B;
}
</style>
background-color css
<style>
a { background-color: #BBE12B; }
a { background-color: rgb(187,225,43); }
div.DivClassName
{
background-color: #BBE12B;
}
.BgClassName
{
background-color: #BBE12B;
}
</style>
border-color css
<style>
span { border-color: #BBE12B; }
span { border-color: rgb(187,225,43); }
td.TdClassName
{
border-color: #BBE12B;
}
.TagClassName
{
border-color: #BBE12B;
}
</style>