Shades of Fuego #B9E32C
Tints of Fuego #B9E32C
RGB
CMYK
RGB Variations
Color information
#B9E32C (or 0xB9E32C) is known color: Fuego. HEX triplet: B9, E3 and 2C. RGB value is (185,227,44). Sum of RGB (Red+Green+Blue) = 185+227+44=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E32C is #461CD3. Grayscale: #C2C2C2. Windows color (decimal): -4594900 or 2941881. OLE color: 2941881.
HSL color Cylindrical-coordinate representation of color #B9E32C: hue angle of 73.77º degrees, saturation: 0.77, 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 #B9E32C is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 44 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.11 |
| HSL | 73.77º | 0.77% | 0.53% | - |
| HSV(B) | 73.77º | 0.81% | 0.89% | - |
| XYZ | 47.93 | 65.43 | 12.49 | - |
| YUV | 193.58 | 43.59 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 44 | 0.19 | 0 | 0.81 | 0.11 | 73.77 | 0.77 | 0.53 |
| Hex | B9 | E3 | 2C | 13 | 0 | 51 | B | 4A | 4D | 35 |
| Octal | 271 | 343 | 54 | 23 | 0 | 121 | 13 | 112 | 115 | 65 |
| Binary | 10111001 | 11100011 | 101100 | 10011 | 0 | 1010001 | 1011 | 1001010 | 1001101 | 110101 |
Color Harmonies of #B9E32C
Complementary color
Monochromatic Colors of #B9E32C
Black with #B9E32C
Text Example
Text Example
White with #B9E32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E32C; }
p { color: rgb(185,227,44); }
H1.HeaderClassName
{
color: #B9E32C;
}
.AnyTagClassName
{
color: #B9E32C;
}
</style>
background-color css
<style>
a { background-color: #B9E32C; }
a { background-color: rgb(185,227,44); }
div.DivClassName
{
background-color: #B9E32C;
}
.BgClassName
{
background-color: #B9E32C;
}
</style>
border-color css
<style>
span { border-color: #B9E32C; }
span { border-color: rgb(185,227,44); }
td.TdClassName
{
border-color: #B9E32C;
}
.TagClassName
{
border-color: #B9E32C;
}
</style>