Shades of Fuego #B9E226
Tints of Fuego #B9E226
RGB
CMYK
RGB Variations
Color information
#B9E226 (or 0xB9E226) is known color: Fuego. HEX triplet: B9, E2 and 26. RGB value is (185,226,38). Sum of RGB (Red+Green+Blue) = 185+226+38=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 38 (15.23% from 255 or 8.46% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E226 is #461DD9. Grayscale: #C1C1C1. Windows color (decimal): -4595162 or 2548409. OLE color: 2548409.
HSL color Cylindrical-coordinate representation of color #B9E226: hue angle of 73.09º degrees, saturation: 0.76, 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 #B9E226 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 38 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.11 |
| HSL | 73.09º | 0.76% | 0.52% | - |
| HSV(B) | 73.09º | 0.83% | 0.89% | - |
| XYZ | 47.55 | 64.85 | 11.84 | - |
| YUV | 192.31 | 40.92 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 38 | 0.18 | 0 | 0.83 | 0.11 | 73.09 | 0.76 | 0.52 |
| Hex | B9 | E2 | 26 | 12 | 0 | 53 | B | 49 | 4C | 34 |
| Octal | 271 | 342 | 46 | 22 | 0 | 123 | 13 | 111 | 114 | 64 |
| Binary | 10111001 | 11100010 | 100110 | 10010 | 0 | 1010011 | 1011 | 1001001 | 1001100 | 110100 |
Color Harmonies of #B9E226
Complementary color
Monochromatic Colors of #B9E226
Black with #B9E226
Text Example
Text Example
White with #B9E226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E226; }
p { color: rgb(185,226,38); }
H1.HeaderClassName
{
color: #B9E226;
}
.AnyTagClassName
{
color: #B9E226;
}
</style>
background-color css
<style>
a { background-color: #B9E226; }
a { background-color: rgb(185,226,38); }
div.DivClassName
{
background-color: #B9E226;
}
.BgClassName
{
background-color: #B9E226;
}
</style>
border-color css
<style>
span { border-color: #B9E226; }
span { border-color: rgb(185,226,38); }
td.TdClassName
{
border-color: #B9E226;
}
.TagClassName
{
border-color: #B9E226;
}
</style>