Shades of Fuego #B9E32D
Tints of Fuego #B9E32D
RGB
CMYK
RGB Variations
Color information
#B9E32D (or 0xB9E32D) is known color: Fuego. HEX triplet: B9, E3 and 2D. RGB value is (185,227,45). Sum of RGB (Red+Green+Blue) = 185+227+45=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 227 (89.06% from 255 or 49.67% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E32D is #461CD2. Grayscale: #C2C2C2. Windows color (decimal): -4594899 or 3007417. OLE color: 3007417.
HSL color Cylindrical-coordinate representation of color #B9E32D: hue angle of 73.85º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9E32D is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 45 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.11 |
| HSL | 73.85º | 0.76% | 0.53% | - |
| HSV(B) | 73.85º | 0.8% | 0.89% | - |
| XYZ | 47.95 | 65.44 | 12.59 | - |
| YUV | 193.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 45 | 0.19 | 0 | 0.80 | 0.11 | 73.85 | 0.76 | 0.53 |
| Hex | B9 | E3 | 2D | 13 | 0 | 50 | B | 4A | 4C | 35 |
| Octal | 271 | 343 | 55 | 23 | 0 | 120 | 13 | 112 | 114 | 65 |
| Binary | 10111001 | 11100011 | 101101 | 10011 | 0 | 1010000 | 1011 | 1001010 | 1001100 | 110101 |
Color Harmonies of #B9E32D
Complementary color
Monochromatic Colors of #B9E32D
Black with #B9E32D
Text Example
Text Example
White with #B9E32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E32D; }
p { color: rgb(185,227,45); }
H1.HeaderClassName
{
color: #B9E32D;
}
.AnyTagClassName
{
color: #B9E32D;
}
</style>
background-color css
<style>
a { background-color: #B9E32D; }
a { background-color: rgb(185,227,45); }
div.DivClassName
{
background-color: #B9E32D;
}
.BgClassName
{
background-color: #B9E32D;
}
</style>
border-color css
<style>
span { border-color: #B9E32D; }
span { border-color: rgb(185,227,45); }
td.TdClassName
{
border-color: #B9E32D;
}
.TagClassName
{
border-color: #B9E32D;
}
</style>