Shades of Fuego #BBE82D
Tints of Fuego #BBE82D
RGB
CMYK
RGB Variations
Color information
#BBE82D (or 0xBBE82D) is known color: Fuego. HEX triplet: BB, E8 and 2D. RGB value is (187,232,45). Sum of RGB (Red+Green+Blue) = 187+232+45=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 232 (91.02% from 255 or 50% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE82D is #4417D2. Grayscale: #C5C5C5. Windows color (decimal): -4462547 or 3008699. OLE color: 3008699.
HSL color Cylindrical-coordinate representation of color #BBE82D: hue angle of 74.44º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBE82D is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 45 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.09 |
| HSL | 74.44º | 0.8% | 0.54% | - |
| HSV(B) | 74.44º | 0.81% | 0.91% | - |
| XYZ | 49.82 | 68.47 | 13.07 | - |
| YUV | 197.23 | 42.09 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 45 | 0.19 | 0 | 0.81 | 0.09 | 74.44 | 0.8 | 0.54 |
| Hex | BB | E8 | 2D | 13 | 0 | 51 | 9 | 4A | 50 | 36 |
| Octal | 273 | 350 | 55 | 23 | 0 | 121 | 11 | 112 | 120 | 66 |
| Binary | 10111011 | 11101000 | 101101 | 10011 | 0 | 1010001 | 1001 | 1001010 | 1010000 | 110110 |
Color Harmonies of #BBE82D
Complementary color
Monochromatic Colors of #BBE82D
Black with #BBE82D
Text Example
Text Example
White with #BBE82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE82D; }
p { color: rgb(187,232,45); }
H1.HeaderClassName
{
color: #BBE82D;
}
.AnyTagClassName
{
color: #BBE82D;
}
</style>
background-color css
<style>
a { background-color: #BBE82D; }
a { background-color: rgb(187,232,45); }
div.DivClassName
{
background-color: #BBE82D;
}
.BgClassName
{
background-color: #BBE82D;
}
</style>
border-color css
<style>
span { border-color: #BBE82D; }
span { border-color: rgb(187,232,45); }
td.TdClassName
{
border-color: #BBE82D;
}
.TagClassName
{
border-color: #BBE82D;
}
</style>