Shades of Fuego #B9E92B
Tints of Fuego #B9E92B
RGB
CMYK
RGB Variations
Color information
#B9E92B (or 0xB9E92B) is known color: Fuego. HEX triplet: B9, E9 and 2B. RGB value is (185,233,43). Sum of RGB (Red+Green+Blue) = 185+233+43=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E92B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9E92B is #4616D4. Grayscale: #C5C5C5. Windows color (decimal): -4593365 or 2877881. OLE color: 2877881.
HSL color Cylindrical-coordinate representation of color #B9E92B: hue angle of 75.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9E92B is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 43 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.09 |
| HSL | 75.16º | 0.81% | 0.54% | - |
| HSV(B) | 75.16º | 0.82% | 0.91% | - |
| XYZ | 49.58 | 68.77 | 12.95 | - |
| YUV | 196.99 | 41.1 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 43 | 0.21 | 0 | 0.82 | 0.09 | 75.16 | 0.81 | 0.54 |
| Hex | B9 | E9 | 2B | 15 | 0 | 52 | 9 | 4B | 51 | 36 |
| Octal | 271 | 351 | 53 | 25 | 0 | 122 | 11 | 113 | 121 | 66 |
| Binary | 10111001 | 11101001 | 101011 | 10101 | 0 | 1010010 | 1001 | 1001011 | 1010001 | 110110 |
Color Harmonies of #B9E92B
Complementary color
Monochromatic Colors of #B9E92B
Black with #B9E92B
Text Example
Text Example
White with #B9E92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E92B; }
p { color: rgb(185,233,43); }
H1.HeaderClassName
{
color: #B9E92B;
}
.AnyTagClassName
{
color: #B9E92B;
}
</style>
background-color css
<style>
a { background-color: #B9E92B; }
a { background-color: rgb(185,233,43); }
div.DivClassName
{
background-color: #B9E92B;
}
.BgClassName
{
background-color: #B9E92B;
}
</style>
border-color css
<style>
span { border-color: #B9E92B; }
span { border-color: rgb(185,233,43); }
td.TdClassName
{
border-color: #B9E92B;
}
.TagClassName
{
border-color: #B9E92B;
}
</style>