Shades of Fuego #B9EB2C
Tints of Fuego #B9EB2C
RGB
CMYK
RGB Variations
Color information
#B9EB2C (or 0xB9EB2C) is known color: Fuego. HEX triplet: B9, EB and 2C. RGB value is (185,235,44). Sum of RGB (Red+Green+Blue) = 185+235+44=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 44 (17.58% from 255 or 9.48% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EB2C is #4614D3. Grayscale: #C6C6C6. Windows color (decimal): -4592852 or 2943929. OLE color: 2943929.
HSL color Cylindrical-coordinate representation of color #B9EB2C: hue angle of 75.71º degrees, saturation: 0.83, 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 #B9EB2C is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 235 | 44 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.08 |
| HSL | 75.71º | 0.83% | 0.55% | - |
| HSV(B) | 75.71º | 0.81% | 0.92% | - |
| XYZ | 50.17 | 69.91 | 13.23 | - |
| YUV | 198.28 | 40.94 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 235 | 44 | 0.21 | 0 | 0.81 | 0.08 | 75.71 | 0.83 | 0.55 |
| Hex | B9 | EB | 2C | 15 | 0 | 51 | 8 | 4C | 53 | 37 |
| Octal | 271 | 353 | 54 | 25 | 0 | 121 | 10 | 114 | 123 | 67 |
| Binary | 10111001 | 11101011 | 101100 | 10101 | 0 | 1010001 | 1000 | 1001100 | 1010011 | 110111 |
Color Harmonies of #B9EB2C
Complementary color
Monochromatic Colors of #B9EB2C
Black with #B9EB2C
Text Example
Text Example
White with #B9EB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EB2C; }
p { color: rgb(185,235,44); }
H1.HeaderClassName
{
color: #B9EB2C;
}
.AnyTagClassName
{
color: #B9EB2C;
}
</style>
background-color css
<style>
a { background-color: #B9EB2C; }
a { background-color: rgb(185,235,44); }
div.DivClassName
{
background-color: #B9EB2C;
}
.BgClassName
{
background-color: #B9EB2C;
}
</style>
border-color css
<style>
span { border-color: #B9EB2C; }
span { border-color: rgb(185,235,44); }
td.TdClassName
{
border-color: #B9EB2C;
}
.TagClassName
{
border-color: #B9EB2C;
}
</style>