Shades of Fuego #B9E32E
Tints of Fuego #B9E32E
RGB
CMYK
RGB Variations
Color information
#B9E32E (or 0xB9E32E) is known color: Fuego. HEX triplet: B9, E3 and 2E. RGB value is (185,227,46). Sum of RGB (Red+Green+Blue) = 185+227+46=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E32E is #461CD1. Grayscale: #C2C2C2. Windows color (decimal): -4594898 or 3072953. OLE color: 3072953.
HSL color Cylindrical-coordinate representation of color #B9E32E: hue angle of 73.92º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9E32E is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 46 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.11 |
| HSL | 73.92º | 0.76% | 0.54% | - |
| HSV(B) | 73.92º | 0.8% | 0.89% | - |
| XYZ | 47.97 | 65.45 | 12.69 | - |
| YUV | 193.81 | 44.59 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 46 | 0.19 | 0 | 0.80 | 0.11 | 73.92 | 0.76 | 0.54 |
| Hex | B9 | E3 | 2E | 13 | 0 | 50 | B | 4A | 4C | 36 |
| Octal | 271 | 343 | 56 | 23 | 0 | 120 | 13 | 112 | 114 | 66 |
| Binary | 10111001 | 11100011 | 101110 | 10011 | 0 | 1010000 | 1011 | 1001010 | 1001100 | 110110 |
Color Harmonies of #B9E32E
Complementary color
Monochromatic Colors of #B9E32E
Black with #B9E32E
Text Example
Text Example
White with #B9E32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E32E; }
p { color: rgb(185,227,46); }
H1.HeaderClassName
{
color: #B9E32E;
}
.AnyTagClassName
{
color: #B9E32E;
}
</style>
background-color css
<style>
a { background-color: #B9E32E; }
a { background-color: rgb(185,227,46); }
div.DivClassName
{
background-color: #B9E32E;
}
.BgClassName
{
background-color: #B9E32E;
}
</style>
border-color css
<style>
span { border-color: #B9E32E; }
span { border-color: rgb(185,227,46); }
td.TdClassName
{
border-color: #B9E32E;
}
.TagClassName
{
border-color: #B9E32E;
}
</style>