Shades of Fuego #B9E529
Tints of Fuego #B9E529
RGB
CMYK
RGB Variations
Color information
#B9E529 (or 0xB9E529) is known color: Fuego. HEX triplet: B9, E5 and 29. RGB value is (185,229,41). Sum of RGB (Red+Green+Blue) = 185+229+41=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E529 is #461AD6. Grayscale: #C3C3C3. Windows color (decimal): -4594391 or 2745785. OLE color: 2745785.
HSL color Cylindrical-coordinate representation of color #B9E529: hue angle of 74.04º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9E529 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 41 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.10 |
| HSL | 74.04º | 0.78% | 0.53% | - |
| HSV(B) | 74.04º | 0.82% | 0.9% | - |
| XYZ | 48.43 | 66.51 | 12.38 | - |
| YUV | 194.41 | 41.42 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 41 | 0.19 | 0 | 0.82 | 0.10 | 74.04 | 0.78 | 0.53 |
| Hex | B9 | E5 | 29 | 13 | 0 | 52 | A | 4A | 4E | 35 |
| Octal | 271 | 345 | 51 | 23 | 0 | 122 | 12 | 112 | 116 | 65 |
| Binary | 10111001 | 11100101 | 101001 | 10011 | 0 | 1010010 | 1010 | 1001010 | 1001110 | 110101 |
Color Harmonies of #B9E529
Complementary color
Monochromatic Colors of #B9E529
Black with #B9E529
Text Example
Text Example
White with #B9E529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E529; }
p { color: rgb(185,229,41); }
H1.HeaderClassName
{
color: #B9E529;
}
.AnyTagClassName
{
color: #B9E529;
}
</style>
background-color css
<style>
a { background-color: #B9E529; }
a { background-color: rgb(185,229,41); }
div.DivClassName
{
background-color: #B9E529;
}
.BgClassName
{
background-color: #B9E529;
}
</style>
border-color css
<style>
span { border-color: #B9E529; }
span { border-color: rgb(185,229,41); }
td.TdClassName
{
border-color: #B9E529;
}
.TagClassName
{
border-color: #B9E529;
}
</style>