Shades of Fuego #B9E329
Tints of Fuego #B9E329
RGB
CMYK
RGB Variations
Color information
#B9E329 (or 0xB9E329) is known color: Fuego. HEX triplet: B9, E3 and 29. RGB value is (185,227,41). Sum of RGB (Red+Green+Blue) = 185+227+41=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E329 is #461CD6. Grayscale: #C1C1C1. Windows color (decimal): -4594903 or 2745273. OLE color: 2745273.
HSL color Cylindrical-coordinate representation of color #B9E329: hue angle of 73.55º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9E329 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 41 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.11 |
| HSL | 73.55º | 0.77% | 0.53% | - |
| HSV(B) | 73.55º | 0.82% | 0.89% | - |
| XYZ | 47.88 | 65.41 | 12.2 | - |
| YUV | 193.24 | 42.09 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 41 | 0.19 | 0 | 0.82 | 0.11 | 73.55 | 0.77 | 0.53 |
| Hex | B9 | E3 | 29 | 13 | 0 | 52 | B | 4A | 4D | 35 |
| Octal | 271 | 343 | 51 | 23 | 0 | 122 | 13 | 112 | 115 | 65 |
| Binary | 10111001 | 11100011 | 101001 | 10011 | 0 | 1010010 | 1011 | 1001010 | 1001101 | 110101 |
Color Harmonies of #B9E329
Complementary color
Monochromatic Colors of #B9E329
Black with #B9E329
Text Example
Text Example
White with #B9E329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E329; }
p { color: rgb(185,227,41); }
H1.HeaderClassName
{
color: #B9E329;
}
.AnyTagClassName
{
color: #B9E329;
}
</style>
background-color css
<style>
a { background-color: #B9E329; }
a { background-color: rgb(185,227,41); }
div.DivClassName
{
background-color: #B9E329;
}
.BgClassName
{
background-color: #B9E329;
}
</style>
border-color css
<style>
span { border-color: #B9E329; }
span { border-color: rgb(185,227,41); }
td.TdClassName
{
border-color: #B9E329;
}
.TagClassName
{
border-color: #B9E329;
}
</style>