Shades of Fuego #BBE52A
Tints of Fuego #BBE52A
RGB
CMYK
RGB Variations
Color information
#BBE52A (or 0xBBE52A) is known color: Fuego. HEX triplet: BB, E5 and 2A. RGB value is (187,229,42). Sum of RGB (Red+Green+Blue) = 187+229+42=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE52A is #441AD5. Grayscale: #C3C3C3. Windows color (decimal): -4463318 or 2811323. OLE color: 2811323.
HSL color Cylindrical-coordinate representation of color #BBE52A: hue angle of 73.48º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBE52A is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 42 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.10 |
| HSL | 73.48º | 0.78% | 0.53% | - |
| HSV(B) | 73.48º | 0.82% | 0.9% | - |
| XYZ | 48.93 | 66.77 | 12.5 | - |
| YUV | 195.12 | 41.59 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 42 | 0.18 | 0 | 0.82 | 0.10 | 73.48 | 0.78 | 0.53 |
| Hex | BB | E5 | 2A | 12 | 0 | 52 | A | 49 | 4E | 35 |
| Octal | 273 | 345 | 52 | 22 | 0 | 122 | 12 | 111 | 116 | 65 |
| Binary | 10111011 | 11100101 | 101010 | 10010 | 0 | 1010010 | 1010 | 1001001 | 1001110 | 110101 |
Color Harmonies of #BBE52A
Complementary color
Monochromatic Colors of #BBE52A
Black with #BBE52A
Text Example
Text Example
White with #BBE52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE52A; }
p { color: rgb(187,229,42); }
H1.HeaderClassName
{
color: #BBE52A;
}
.AnyTagClassName
{
color: #BBE52A;
}
</style>
background-color css
<style>
a { background-color: #BBE52A; }
a { background-color: rgb(187,229,42); }
div.DivClassName
{
background-color: #BBE52A;
}
.BgClassName
{
background-color: #BBE52A;
}
</style>
border-color css
<style>
span { border-color: #BBE52A; }
span { border-color: rgb(187,229,42); }
td.TdClassName
{
border-color: #BBE52A;
}
.TagClassName
{
border-color: #BBE52A;
}
</style>