Shades of Fuego #B9E22A
Tints of Fuego #B9E22A
RGB
CMYK
RGB Variations
Color information
#B9E22A (or 0xB9E22A) is known color: Fuego. HEX triplet: B9, E2 and 2A. RGB value is (185,226,42). Sum of RGB (Red+Green+Blue) = 185+226+42=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E22A is #461DD5. Grayscale: #C1C1C1. Windows color (decimal): -4595158 or 2810553. OLE color: 2810553.
HSL color Cylindrical-coordinate representation of color #B9E22A: hue angle of 73.37º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9E22A is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 42 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.11 |
| HSL | 73.37º | 0.76% | 0.53% | - |
| HSV(B) | 73.37º | 0.81% | 0.89% | - |
| XYZ | 47.62 | 64.87 | 12.2 | - |
| YUV | 192.77 | 42.92 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 42 | 0.18 | 0 | 0.81 | 0.11 | 73.37 | 0.76 | 0.53 |
| Hex | B9 | E2 | 2A | 12 | 0 | 51 | B | 49 | 4C | 35 |
| Octal | 271 | 342 | 52 | 22 | 0 | 121 | 13 | 111 | 114 | 65 |
| Binary | 10111001 | 11100010 | 101010 | 10010 | 0 | 1010001 | 1011 | 1001001 | 1001100 | 110101 |
Color Harmonies of #B9E22A
Complementary color
Monochromatic Colors of #B9E22A
Black with #B9E22A
Text Example
Text Example
White with #B9E22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E22A; }
p { color: rgb(185,226,42); }
H1.HeaderClassName
{
color: #B9E22A;
}
.AnyTagClassName
{
color: #B9E22A;
}
</style>
background-color css
<style>
a { background-color: #B9E22A; }
a { background-color: rgb(185,226,42); }
div.DivClassName
{
background-color: #B9E22A;
}
.BgClassName
{
background-color: #B9E22A;
}
</style>
border-color css
<style>
span { border-color: #B9E22A; }
span { border-color: rgb(185,226,42); }
td.TdClassName
{
border-color: #B9E22A;
}
.TagClassName
{
border-color: #B9E22A;
}
</style>