Shades of Fuego #B9E12B
Tints of Fuego #B9E12B
RGB
CMYK
RGB Variations
Color information
#B9E12B (or 0xB9E12B) is known color: Fuego. HEX triplet: B9, E1 and 2B. RGB value is (185,225,43). Sum of RGB (Red+Green+Blue) = 185+225+43=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E12B is #461ED4. Grayscale: #C0C0C0. Windows color (decimal): -4595413 or 2875833. OLE color: 2875833.
HSL color Cylindrical-coordinate representation of color #B9E12B: hue angle of 73.19º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9E12B is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 225 | 43 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.12 |
| HSL | 73.19º | 0.75% | 0.53% | - |
| HSV(B) | 73.19º | 0.81% | 0.88% | - |
| XYZ | 47.37 | 64.34 | 12.21 | - |
| YUV | 192.29 | 43.75 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 43 | 0.18 | 0 | 0.81 | 0.12 | 73.19 | 0.75 | 0.53 |
| Hex | B9 | E1 | 2B | 12 | 0 | 51 | C | 49 | 4B | 35 |
| Octal | 271 | 341 | 53 | 22 | 0 | 121 | 14 | 111 | 113 | 65 |
| Binary | 10111001 | 11100001 | 101011 | 10010 | 0 | 1010001 | 1100 | 1001001 | 1001011 | 110101 |
Color Harmonies of #B9E12B
Complementary color
Monochromatic Colors of #B9E12B
Black with #B9E12B
Text Example
Text Example
White with #B9E12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E12B; }
p { color: rgb(185,225,43); }
H1.HeaderClassName
{
color: #B9E12B;
}
.AnyTagClassName
{
color: #B9E12B;
}
</style>
background-color css
<style>
a { background-color: #B9E12B; }
a { background-color: rgb(185,225,43); }
div.DivClassName
{
background-color: #B9E12B;
}
.BgClassName
{
background-color: #B9E12B;
}
</style>
border-color css
<style>
span { border-color: #B9E12B; }
span { border-color: rgb(185,225,43); }
td.TdClassName
{
border-color: #B9E12B;
}
.TagClassName
{
border-color: #B9E12B;
}
</style>