Shades of Fuego #B9EA2D
Tints of Fuego #B9EA2D
RGB
CMYK
RGB Variations
Color information
#B9EA2D (or 0xB9EA2D) is known color: Fuego. HEX triplet: B9, EA and 2D. RGB value is (185,234,45). Sum of RGB (Red+Green+Blue) = 185+234+45=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EA2D is #4615D2. Grayscale: #C6C6C6. Windows color (decimal): -4593107 or 3009209. OLE color: 3009209.
HSL color Cylindrical-coordinate representation of color #B9EA2D: hue angle of 75.56º 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 #B9EA2D is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 234 | 45 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.08 |
| HSL | 75.56º | 0.82% | 0.55% | - |
| HSV(B) | 75.56º | 0.81% | 0.92% | - |
| XYZ | 49.9 | 69.35 | 13.24 | - |
| YUV | 197.8 | 41.77 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 234 | 45 | 0.21 | 0 | 0.81 | 0.08 | 75.56 | 0.82 | 0.55 |
| Hex | B9 | EA | 2D | 15 | 0 | 51 | 8 | 4C | 52 | 37 |
| Octal | 271 | 352 | 55 | 25 | 0 | 121 | 10 | 114 | 122 | 67 |
| Binary | 10111001 | 11101010 | 101101 | 10101 | 0 | 1010001 | 1000 | 1001100 | 1010010 | 110111 |
Color Harmonies of #B9EA2D
Complementary color
Monochromatic Colors of #B9EA2D
Black with #B9EA2D
Text Example
Text Example
White with #B9EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EA2D; }
p { color: rgb(185,234,45); }
H1.HeaderClassName
{
color: #B9EA2D;
}
.AnyTagClassName
{
color: #B9EA2D;
}
</style>
background-color css
<style>
a { background-color: #B9EA2D; }
a { background-color: rgb(185,234,45); }
div.DivClassName
{
background-color: #B9EA2D;
}
.BgClassName
{
background-color: #B9EA2D;
}
</style>
border-color css
<style>
span { border-color: #B9EA2D; }
span { border-color: rgb(185,234,45); }
td.TdClassName
{
border-color: #B9EA2D;
}
.TagClassName
{
border-color: #B9EA2D;
}
</style>