Shades of Fuego #B9D02E
Tints of Fuego #B9D02E
RGB
CMYK
RGB Variations
Color information
#B9D02E (or 0xB9D02E) is known color: Fuego. HEX triplet: B9, D0 and 2E. RGB value is (185,208,46). Sum of RGB (Red+Green+Blue) = 185+208+46=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D02E is #462FD1. Grayscale: #B7B7B7. Windows color (decimal): -4599762 or 3068089. OLE color: 3068089.
HSL color Cylindrical-coordinate representation of color #B9D02E: hue angle of 68.52º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9D02E is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 46 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.18 |
| HSL | 68.52º | 0.64% | 0.5% | - |
| HSV(B) | 68.52º | 0.78% | 0.82% | - |
| XYZ | 43.06 | 55.62 | 11.05 | - |
| YUV | 182.66 | 50.88 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 46 | 0.11 | 0 | 0.78 | 0.18 | 68.52 | 0.64 | 0.5 |
| Hex | B9 | D0 | 2E | B | 0 | 4E | 12 | 45 | 40 | 32 |
| Octal | 271 | 320 | 56 | 13 | 0 | 116 | 22 | 105 | 100 | 62 |
| Binary | 10111001 | 11010000 | 101110 | 1011 | 0 | 1001110 | 10010 | 1000101 | 1000000 | 110010 |
Color Harmonies of #B9D02E
Complementary color
Monochromatic Colors of #B9D02E
Black with #B9D02E
Text Example
Text Example
White with #B9D02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D02E; }
p { color: rgb(185,208,46); }
H1.HeaderClassName
{
color: #B9D02E;
}
.AnyTagClassName
{
color: #B9D02E;
}
</style>
background-color css
<style>
a { background-color: #B9D02E; }
a { background-color: rgb(185,208,46); }
div.DivClassName
{
background-color: #B9D02E;
}
.BgClassName
{
background-color: #B9D02E;
}
</style>
border-color css
<style>
span { border-color: #B9D02E; }
span { border-color: rgb(185,208,46); }
td.TdClassName
{
border-color: #B9D02E;
}
.TagClassName
{
border-color: #B9D02E;
}
</style>