Shades of Fuego #BBE52C
Tints of Fuego #BBE52C
RGB
CMYK
RGB Variations
Color information
#BBE52C (or 0xBBE52C) is known color: Fuego. HEX triplet: BB, E5 and 2C. RGB value is (187,229,44). Sum of RGB (Red+Green+Blue) = 187+229+44=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE52C is #441AD3. Grayscale: #C4C4C4. Windows color (decimal): -4463316 or 2942395. OLE color: 2942395.
HSL color Cylindrical-coordinate representation of color #BBE52C: hue angle of 73.62º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBE52C is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 44 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.10 |
| HSL | 73.62º | 0.78% | 0.54% | - |
| HSV(B) | 73.62º | 0.81% | 0.9% | - |
| XYZ | 48.97 | 66.79 | 12.69 | - |
| YUV | 195.35 | 42.59 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 44 | 0.18 | 0 | 0.81 | 0.10 | 73.62 | 0.78 | 0.54 |
| Hex | BB | E5 | 2C | 12 | 0 | 51 | A | 4A | 4E | 36 |
| Octal | 273 | 345 | 54 | 22 | 0 | 121 | 12 | 112 | 116 | 66 |
| Binary | 10111011 | 11100101 | 101100 | 10010 | 0 | 1010001 | 1010 | 1001010 | 1001110 | 110110 |
Color Harmonies of #BBE52C
Complementary color
Monochromatic Colors of #BBE52C
Black with #BBE52C
Text Example
Text Example
White with #BBE52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE52C; }
p { color: rgb(187,229,44); }
H1.HeaderClassName
{
color: #BBE52C;
}
.AnyTagClassName
{
color: #BBE52C;
}
</style>
background-color css
<style>
a { background-color: #BBE52C; }
a { background-color: rgb(187,229,44); }
div.DivClassName
{
background-color: #BBE52C;
}
.BgClassName
{
background-color: #BBE52C;
}
</style>
border-color css
<style>
span { border-color: #BBE52C; }
span { border-color: rgb(187,229,44); }
td.TdClassName
{
border-color: #BBE52C;
}
.TagClassName
{
border-color: #BBE52C;
}
</style>