Shades of Fuego #B9E42A
Tints of Fuego #B9E42A
RGB
CMYK
RGB Variations
Color information
#B9E42A (or 0xB9E42A) is known color: Fuego. HEX triplet: B9, E4 and 2A. RGB value is (185,228,42). Sum of RGB (Red+Green+Blue) = 185+228+42=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E42A is #461BD5. Grayscale: #C2C2C2. Windows color (decimal): -4594646 or 2811065. OLE color: 2811065.
HSL color Cylindrical-coordinate representation of color #B9E42A: hue angle of 73.87º 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 #B9E42A is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 42 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.11 |
| HSL | 73.87º | 0.78% | 0.53% | - |
| HSV(B) | 73.87º | 0.82% | 0.89% | - |
| XYZ | 48.17 | 65.97 | 12.38 | - |
| YUV | 193.94 | 42.25 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 42 | 0.19 | 0 | 0.82 | 0.11 | 73.87 | 0.78 | 0.53 |
| Hex | B9 | E4 | 2A | 13 | 0 | 52 | B | 4A | 4E | 35 |
| Octal | 271 | 344 | 52 | 23 | 0 | 122 | 13 | 112 | 116 | 65 |
| Binary | 10111001 | 11100100 | 101010 | 10011 | 0 | 1010010 | 1011 | 1001010 | 1001110 | 110101 |
Color Harmonies of #B9E42A
Complementary color
Monochromatic Colors of #B9E42A
Black with #B9E42A
Text Example
Text Example
White with #B9E42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E42A; }
p { color: rgb(185,228,42); }
H1.HeaderClassName
{
color: #B9E42A;
}
.AnyTagClassName
{
color: #B9E42A;
}
</style>
background-color css
<style>
a { background-color: #B9E42A; }
a { background-color: rgb(185,228,42); }
div.DivClassName
{
background-color: #B9E42A;
}
.BgClassName
{
background-color: #B9E42A;
}
</style>
border-color css
<style>
span { border-color: #B9E42A; }
span { border-color: rgb(185,228,42); }
td.TdClassName
{
border-color: #B9E42A;
}
.TagClassName
{
border-color: #B9E42A;
}
</style>