Shades of Fuego #BBE32A
Tints of Fuego #BBE32A
RGB
CMYK
RGB Variations
Color information
#BBE32A (or 0xBBE32A) is known color: Fuego. HEX triplet: BB, E3 and 2A. RGB value is (187,227,42). Sum of RGB (Red+Green+Blue) = 187+227+42=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE32A is #441CD5. Grayscale: #C2C2C2. Windows color (decimal): -4463830 or 2810811. OLE color: 2810811.
HSL color Cylindrical-coordinate representation of color #BBE32A: hue angle of 72.97º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBE32A is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 42 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.11 |
| HSL | 72.97º | 0.77% | 0.53% | - |
| HSV(B) | 72.97º | 0.81% | 0.89% | - |
| XYZ | 48.38 | 65.67 | 12.32 | - |
| YUV | 193.95 | 42.25 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 42 | 0.18 | 0 | 0.81 | 0.11 | 72.97 | 0.77 | 0.53 |
| Hex | BB | E3 | 2A | 12 | 0 | 51 | B | 49 | 4D | 35 |
| Octal | 273 | 343 | 52 | 22 | 0 | 121 | 13 | 111 | 115 | 65 |
| Binary | 10111011 | 11100011 | 101010 | 10010 | 0 | 1010001 | 1011 | 1001001 | 1001101 | 110101 |
Color Harmonies of #BBE32A
Complementary color
Monochromatic Colors of #BBE32A
Black with #BBE32A
Text Example
Text Example
White with #BBE32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE32A; }
p { color: rgb(187,227,42); }
H1.HeaderClassName
{
color: #BBE32A;
}
.AnyTagClassName
{
color: #BBE32A;
}
</style>
background-color css
<style>
a { background-color: #BBE32A; }
a { background-color: rgb(187,227,42); }
div.DivClassName
{
background-color: #BBE32A;
}
.BgClassName
{
background-color: #BBE32A;
}
</style>
border-color css
<style>
span { border-color: #BBE32A; }
span { border-color: rgb(187,227,42); }
td.TdClassName
{
border-color: #BBE32A;
}
.TagClassName
{
border-color: #BBE32A;
}
</style>