Shades of Fuego #BBE52D
Tints of Fuego #BBE52D
RGB
CMYK
RGB Variations
Color information
#BBE52D (or 0xBBE52D) is known color: Fuego. HEX triplet: BB, E5 and 2D. RGB value is (187,229,45). Sum of RGB (Red+Green+Blue) = 187+229+45=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE52D is #441AD2. Grayscale: #C4C4C4. Windows color (decimal): -4463315 or 3007931. OLE color: 3007931.
HSL color Cylindrical-coordinate representation of color #BBE52D: hue angle of 73.7º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBE52D is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 45 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.10 |
| HSL | 73.7º | 0.78% | 0.54% | - |
| HSV(B) | 73.7º | 0.8% | 0.9% | - |
| XYZ | 48.99 | 66.79 | 12.79 | - |
| YUV | 195.47 | 43.09 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 45 | 0.18 | 0 | 0.80 | 0.10 | 73.7 | 0.78 | 0.54 |
| Hex | BB | E5 | 2D | 12 | 0 | 50 | A | 4A | 4E | 36 |
| Octal | 273 | 345 | 55 | 22 | 0 | 120 | 12 | 112 | 116 | 66 |
| Binary | 10111011 | 11100101 | 101101 | 10010 | 0 | 1010000 | 1010 | 1001010 | 1001110 | 110110 |
Color Harmonies of #BBE52D
Complementary color
Monochromatic Colors of #BBE52D
Black with #BBE52D
Text Example
Text Example
White with #BBE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE52D; }
p { color: rgb(187,229,45); }
H1.HeaderClassName
{
color: #BBE52D;
}
.AnyTagClassName
{
color: #BBE52D;
}
</style>
background-color css
<style>
a { background-color: #BBE52D; }
a { background-color: rgb(187,229,45); }
div.DivClassName
{
background-color: #BBE52D;
}
.BgClassName
{
background-color: #BBE52D;
}
</style>
border-color css
<style>
span { border-color: #BBE52D; }
span { border-color: rgb(187,229,45); }
td.TdClassName
{
border-color: #BBE52D;
}
.TagClassName
{
border-color: #BBE52D;
}
</style>