Shades of Fuego #BBE326
Tints of Fuego #BBE326
RGB
CMYK
RGB Variations
Color information
#BBE326 (or 0xBBE326) is known color: Fuego. HEX triplet: BB, E3 and 26. RGB value is (187,227,38). Sum of RGB (Red+Green+Blue) = 187+227+38=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 227 (89.06% from 255 or 50.22% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE326 is #441CD9. Grayscale: #C2C2C2. Windows color (decimal): -4463834 or 2548667. OLE color: 2548667.
HSL color Cylindrical-coordinate representation of color #BBE326: hue angle of 72.7º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBE326 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 38 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.11 |
| HSL | 72.7º | 0.77% | 0.52% | - |
| HSV(B) | 72.7º | 0.83% | 0.89% | - |
| XYZ | 48.31 | 65.64 | 11.96 | - |
| YUV | 193.49 | 40.25 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 38 | 0.18 | 0 | 0.83 | 0.11 | 72.7 | 0.77 | 0.52 |
| Hex | BB | E3 | 26 | 12 | 0 | 53 | B | 49 | 4D | 34 |
| Octal | 273 | 343 | 46 | 22 | 0 | 123 | 13 | 111 | 115 | 64 |
| Binary | 10111011 | 11100011 | 100110 | 10010 | 0 | 1010011 | 1011 | 1001001 | 1001101 | 110100 |
Color Harmonies of #BBE326
Complementary color
Monochromatic Colors of #BBE326
Black with #BBE326
Text Example
Text Example
White with #BBE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE326; }
p { color: rgb(187,227,38); }
H1.HeaderClassName
{
color: #BBE326;
}
.AnyTagClassName
{
color: #BBE326;
}
</style>
background-color css
<style>
a { background-color: #BBE326; }
a { background-color: rgb(187,227,38); }
div.DivClassName
{
background-color: #BBE326;
}
.BgClassName
{
background-color: #BBE326;
}
</style>
border-color css
<style>
span { border-color: #BBE326; }
span { border-color: rgb(187,227,38); }
td.TdClassName
{
border-color: #BBE326;
}
.TagClassName
{
border-color: #BBE326;
}
</style>