Shades of Fuego #BBE127
Tints of Fuego #BBE127
RGB
CMYK
RGB Variations
Color information
#BBE127 (or 0xBBE127) is known color: Fuego. HEX triplet: BB, E1 and 27. RGB value is (187,225,39). Sum of RGB (Red+Green+Blue) = 187+225+39=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE127 is #441ED8. Grayscale: #C1C1C1. Windows color (decimal): -4464345 or 2613691. OLE color: 2613691.
HSL color Cylindrical-coordinate representation of color #BBE127: hue angle of 72.26º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBE127 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 39 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.12 |
| HSL | 72.26º | 0.76% | 0.52% | - |
| HSV(B) | 72.26º | 0.83% | 0.88% | - |
| XYZ | 47.78 | 64.56 | 11.86 | - |
| YUV | 192.43 | 41.41 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 39 | 0.17 | 0 | 0.83 | 0.12 | 72.26 | 0.76 | 0.52 |
| Hex | BB | E1 | 27 | 11 | 0 | 53 | C | 48 | 4C | 34 |
| Octal | 273 | 341 | 47 | 21 | 0 | 123 | 14 | 110 | 114 | 64 |
| Binary | 10111011 | 11100001 | 100111 | 10001 | 0 | 1010011 | 1100 | 1001000 | 1001100 | 110100 |
Color Harmonies of #BBE127
Complementary color
Monochromatic Colors of #BBE127
Black with #BBE127
Text Example
Text Example
White with #BBE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE127; }
p { color: rgb(187,225,39); }
H1.HeaderClassName
{
color: #BBE127;
}
.AnyTagClassName
{
color: #BBE127;
}
</style>
background-color css
<style>
a { background-color: #BBE127; }
a { background-color: rgb(187,225,39); }
div.DivClassName
{
background-color: #BBE127;
}
.BgClassName
{
background-color: #BBE127;
}
</style>
border-color css
<style>
span { border-color: #BBE127; }
span { border-color: rgb(187,225,39); }
td.TdClassName
{
border-color: #BBE127;
}
.TagClassName
{
border-color: #BBE127;
}
</style>