Shades of Fuego #BBE726
Tints of Fuego #BBE726
RGB
CMYK
RGB Variations
Color information
#BBE726 (or 0xBBE726) is known color: Fuego. HEX triplet: BB, E7 and 26. RGB value is (187,231,38). Sum of RGB (Red+Green+Blue) = 187+231+38=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 231 (90.62% from 255 or 50.66% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE726 is #4418D9. Grayscale: #C4C4C4. Windows color (decimal): -4462810 or 2549691. OLE color: 2549691.
HSL color Cylindrical-coordinate representation of color #BBE726: hue angle of 73.68º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBE726 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 38 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.09 |
| HSL | 73.68º | 0.8% | 0.53% | - |
| HSV(B) | 73.68º | 0.84% | 0.91% | - |
| XYZ | 49.42 | 67.86 | 12.33 | - |
| YUV | 195.84 | 38.92 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 38 | 0.19 | 0 | 0.84 | 0.09 | 73.68 | 0.8 | 0.53 |
| Hex | BB | E7 | 26 | 13 | 0 | 54 | 9 | 4A | 50 | 35 |
| Octal | 273 | 347 | 46 | 23 | 0 | 124 | 11 | 112 | 120 | 65 |
| Binary | 10111011 | 11100111 | 100110 | 10011 | 0 | 1010100 | 1001 | 1001010 | 1010000 | 110101 |
Color Harmonies of #BBE726
Complementary color
Monochromatic Colors of #BBE726
Black with #BBE726
Text Example
Text Example
White with #BBE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE726; }
p { color: rgb(187,231,38); }
H1.HeaderClassName
{
color: #BBE726;
}
.AnyTagClassName
{
color: #BBE726;
}
</style>
background-color css
<style>
a { background-color: #BBE726; }
a { background-color: rgb(187,231,38); }
div.DivClassName
{
background-color: #BBE726;
}
.BgClassName
{
background-color: #BBE726;
}
</style>
border-color css
<style>
span { border-color: #BBE726; }
span { border-color: rgb(187,231,38); }
td.TdClassName
{
border-color: #BBE726;
}
.TagClassName
{
border-color: #BBE726;
}
</style>