Shades of Fuego #B9EA2C
Tints of Fuego #B9EA2C
RGB
CMYK
RGB Variations
Color information
#B9EA2C (or 0xB9EA2C) is known color: Fuego. HEX triplet: B9, EA and 2C. RGB value is (185,234,44). Sum of RGB (Red+Green+Blue) = 185+234+44=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EA2C is #4615D3. Grayscale: #C6C6C6. Windows color (decimal): -4593108 or 2943673. OLE color: 2943673.
HSL color Cylindrical-coordinate representation of color #B9EA2C: hue angle of 75.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9EA2C is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 234 | 44 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.08 |
| HSL | 75.47º | 0.82% | 0.55% | - |
| HSV(B) | 75.47º | 0.81% | 0.92% | - |
| XYZ | 49.89 | 69.34 | 13.14 | - |
| YUV | 197.69 | 41.27 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 234 | 44 | 0.21 | 0 | 0.81 | 0.08 | 75.47 | 0.82 | 0.55 |
| Hex | B9 | EA | 2C | 15 | 0 | 51 | 8 | 4B | 52 | 37 |
| Octal | 271 | 352 | 54 | 25 | 0 | 121 | 10 | 113 | 122 | 67 |
| Binary | 10111001 | 11101010 | 101100 | 10101 | 0 | 1010001 | 1000 | 1001011 | 1010010 | 110111 |
Color Harmonies of #B9EA2C
Complementary color
Monochromatic Colors of #B9EA2C
Black with #B9EA2C
Text Example
Text Example
White with #B9EA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EA2C; }
p { color: rgb(185,234,44); }
H1.HeaderClassName
{
color: #B9EA2C;
}
.AnyTagClassName
{
color: #B9EA2C;
}
</style>
background-color css
<style>
a { background-color: #B9EA2C; }
a { background-color: rgb(185,234,44); }
div.DivClassName
{
background-color: #B9EA2C;
}
.BgClassName
{
background-color: #B9EA2C;
}
</style>
border-color css
<style>
span { border-color: #B9EA2C; }
span { border-color: rgb(185,234,44); }
td.TdClassName
{
border-color: #B9EA2C;
}
.TagClassName
{
border-color: #B9EA2C;
}
</style>