Shades of Fuego #B9E325
Tints of Fuego #B9E325
RGB
CMYK
RGB Variations
Color information
#B9E325 (or 0xB9E325) is known color: Fuego. HEX triplet: B9, E3 and 25. RGB value is (185,227,37). Sum of RGB (Red+Green+Blue) = 185+227+37=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E325 is #461CDA. Grayscale: #C1C1C1. Windows color (decimal): -4594907 or 2483129. OLE color: 2483129.
HSL color Cylindrical-coordinate representation of color #B9E325: hue angle of 73.26º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9E325 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 37 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.11 |
| HSL | 73.26º | 0.77% | 0.52% | - |
| HSV(B) | 73.26º | 0.84% | 0.89% | - |
| XYZ | 47.81 | 65.39 | 11.85 | - |
| YUV | 192.78 | 40.09 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 37 | 0.19 | 0 | 0.84 | 0.11 | 73.26 | 0.77 | 0.52 |
| Hex | B9 | E3 | 25 | 13 | 0 | 54 | B | 49 | 4D | 34 |
| Octal | 271 | 343 | 45 | 23 | 0 | 124 | 13 | 111 | 115 | 64 |
| Binary | 10111001 | 11100011 | 100101 | 10011 | 0 | 1010100 | 1011 | 1001001 | 1001101 | 110100 |
Color Harmonies of #B9E325
Complementary color
Monochromatic Colors of #B9E325
Black with #B9E325
Text Example
Text Example
White with #B9E325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E325; }
p { color: rgb(185,227,37); }
H1.HeaderClassName
{
color: #B9E325;
}
.AnyTagClassName
{
color: #B9E325;
}
</style>
background-color css
<style>
a { background-color: #B9E325; }
a { background-color: rgb(185,227,37); }
div.DivClassName
{
background-color: #B9E325;
}
.BgClassName
{
background-color: #B9E325;
}
</style>
border-color css
<style>
span { border-color: #B9E325; }
span { border-color: rgb(185,227,37); }
td.TdClassName
{
border-color: #B9E325;
}
.TagClassName
{
border-color: #B9E325;
}
</style>