Shades of Fuego #BBE123
Tints of Fuego #BBE123
RGB
CMYK
RGB Variations
Color information
#BBE123 (or 0xBBE123) is known color: Fuego. HEX triplet: BB, E1 and 23. RGB value is (187,225,35). Sum of RGB (Red+Green+Blue) = 187+225+35=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE123 is #441EDC. Grayscale: #C0C0C0. Windows color (decimal): -4464349 or 2351547. OLE color: 2351547.
HSL color Cylindrical-coordinate representation of color #BBE123: hue angle of 72º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBE123 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 35 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.12 |
| HSL | 72º | 0.76% | 0.51% | - |
| HSV(B) | 72º | 0.84% | 0.88% | - |
| XYZ | 47.72 | 64.54 | 11.53 | - |
| YUV | 191.98 | 39.41 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 35 | 0.17 | 0 | 0.84 | 0.12 | 72 | 0.76 | 0.51 |
| Hex | BB | E1 | 23 | 11 | 0 | 54 | C | 48 | 4C | 33 |
| Octal | 273 | 341 | 43 | 21 | 0 | 124 | 14 | 110 | 114 | 63 |
| Binary | 10111011 | 11100001 | 100011 | 10001 | 0 | 1010100 | 1100 | 1001000 | 1001100 | 110011 |
Color Harmonies of #BBE123
Complementary color
Monochromatic Colors of #BBE123
Black with #BBE123
Text Example
Text Example
White with #BBE123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE123; }
p { color: rgb(187,225,35); }
H1.HeaderClassName
{
color: #BBE123;
}
.AnyTagClassName
{
color: #BBE123;
}
</style>
background-color css
<style>
a { background-color: #BBE123; }
a { background-color: rgb(187,225,35); }
div.DivClassName
{
background-color: #BBE123;
}
.BgClassName
{
background-color: #BBE123;
}
</style>
border-color css
<style>
span { border-color: #BBE123; }
span { border-color: rgb(187,225,35); }
td.TdClassName
{
border-color: #BBE123;
}
.TagClassName
{
border-color: #BBE123;
}
</style>