Shades of Fuego #B9E426
Tints of Fuego #B9E426
RGB
CMYK
RGB Variations
Color information
#B9E426 (or 0xB9E426) is known color: Fuego. HEX triplet: B9, E4 and 26. RGB value is (185,228,38). Sum of RGB (Red+Green+Blue) = 185+228+38=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 228 (89.45% from 255 or 50.55% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E426 is #461BD9. Grayscale: #C2C2C2. Windows color (decimal): -4594650 or 2548921. OLE color: 2548921.
HSL color Cylindrical-coordinate representation of color #B9E426: hue angle of 73.58º degrees, saturation: 0.78, 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 #B9E426 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 38 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.11 |
| HSL | 73.58º | 0.78% | 0.52% | - |
| HSV(B) | 73.58º | 0.83% | 0.89% | - |
| XYZ | 48.1 | 65.94 | 12.03 | - |
| YUV | 193.48 | 40.25 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 38 | 0.19 | 0 | 0.83 | 0.11 | 73.58 | 0.78 | 0.52 |
| Hex | B9 | E4 | 26 | 13 | 0 | 53 | B | 4A | 4E | 34 |
| Octal | 271 | 344 | 46 | 23 | 0 | 123 | 13 | 112 | 116 | 64 |
| Binary | 10111001 | 11100100 | 100110 | 10011 | 0 | 1010011 | 1011 | 1001010 | 1001110 | 110100 |
Color Harmonies of #B9E426
Complementary color
Monochromatic Colors of #B9E426
Black with #B9E426
Text Example
Text Example
White with #B9E426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E426; }
p { color: rgb(185,228,38); }
H1.HeaderClassName
{
color: #B9E426;
}
.AnyTagClassName
{
color: #B9E426;
}
</style>
background-color css
<style>
a { background-color: #B9E426; }
a { background-color: rgb(185,228,38); }
div.DivClassName
{
background-color: #B9E426;
}
.BgClassName
{
background-color: #B9E426;
}
</style>
border-color css
<style>
span { border-color: #B9E426; }
span { border-color: rgb(185,228,38); }
td.TdClassName
{
border-color: #B9E426;
}
.TagClassName
{
border-color: #B9E426;
}
</style>