Shades of Fuego #BBE527
Tints of Fuego #BBE527
RGB
CMYK
RGB Variations
Color information
#BBE527 (or 0xBBE527) is known color: Fuego. HEX triplet: BB, E5 and 27. RGB value is (187,229,39). Sum of RGB (Red+Green+Blue) = 187+229+39=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE527 is #441AD8. Grayscale: #C3C3C3. Windows color (decimal): -4463321 or 2614715. OLE color: 2614715.
HSL color Cylindrical-coordinate representation of color #BBE527: hue angle of 73.26º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBE527 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 39 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.10 |
| HSL | 73.26º | 0.79% | 0.53% | - |
| HSV(B) | 73.26º | 0.83% | 0.9% | - |
| XYZ | 48.88 | 66.75 | 12.23 | - |
| YUV | 194.78 | 40.09 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 39 | 0.18 | 0 | 0.83 | 0.10 | 73.26 | 0.79 | 0.53 |
| Hex | BB | E5 | 27 | 12 | 0 | 53 | A | 49 | 4F | 35 |
| Octal | 273 | 345 | 47 | 22 | 0 | 123 | 12 | 111 | 117 | 65 |
| Binary | 10111011 | 11100101 | 100111 | 10010 | 0 | 1010011 | 1010 | 1001001 | 1001111 | 110101 |
Color Harmonies of #BBE527
Complementary color
Monochromatic Colors of #BBE527
Black with #BBE527
Text Example
Text Example
White with #BBE527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE527; }
p { color: rgb(187,229,39); }
H1.HeaderClassName
{
color: #BBE527;
}
.AnyTagClassName
{
color: #BBE527;
}
</style>
background-color css
<style>
a { background-color: #BBE527; }
a { background-color: rgb(187,229,39); }
div.DivClassName
{
background-color: #BBE527;
}
.BgClassName
{
background-color: #BBE527;
}
</style>
border-color css
<style>
span { border-color: #BBE527; }
span { border-color: rgb(187,229,39); }
td.TdClassName
{
border-color: #BBE527;
}
.TagClassName
{
border-color: #BBE527;
}
</style>