Shades of Fuego #B9E52A
Tints of Fuego #B9E52A
RGB
CMYK
RGB Variations
Color information
#B9E52A (or 0xB9E52A) is known color: Fuego. HEX triplet: B9, E5 and 2A. RGB value is (185,229,42). Sum of RGB (Red+Green+Blue) = 185+229+42=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E52A is #461AD5. Grayscale: #C3C3C3. Windows color (decimal): -4594390 or 2811321. OLE color: 2811321.
HSL color Cylindrical-coordinate representation of color #B9E52A: hue angle of 74.12º 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 #B9E52A is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 42 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.10 |
| HSL | 74.12º | 0.78% | 0.53% | - |
| HSV(B) | 74.12º | 0.82% | 0.9% | - |
| XYZ | 48.44 | 66.52 | 12.48 | - |
| YUV | 194.53 | 41.92 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 42 | 0.19 | 0 | 0.82 | 0.10 | 74.12 | 0.78 | 0.53 |
| Hex | B9 | E5 | 2A | 13 | 0 | 52 | A | 4A | 4E | 35 |
| Octal | 271 | 345 | 52 | 23 | 0 | 122 | 12 | 112 | 116 | 65 |
| Binary | 10111001 | 11100101 | 101010 | 10011 | 0 | 1010010 | 1010 | 1001010 | 1001110 | 110101 |
Color Harmonies of #B9E52A
Complementary color
Monochromatic Colors of #B9E52A
Black with #B9E52A
Text Example
Text Example
White with #B9E52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E52A; }
p { color: rgb(185,229,42); }
H1.HeaderClassName
{
color: #B9E52A;
}
.AnyTagClassName
{
color: #B9E52A;
}
</style>
background-color css
<style>
a { background-color: #B9E52A; }
a { background-color: rgb(185,229,42); }
div.DivClassName
{
background-color: #B9E52A;
}
.BgClassName
{
background-color: #B9E52A;
}
</style>
border-color css
<style>
span { border-color: #B9E52A; }
span { border-color: rgb(185,229,42); }
td.TdClassName
{
border-color: #B9E52A;
}
.TagClassName
{
border-color: #B9E52A;
}
</style>