Shades of Fuego #B9D62D
Tints of Fuego #B9D62D
RGB
CMYK
RGB Variations
Color information
#B9D62D (or 0xB9D62D) is known color: Fuego. HEX triplet: B9, D6 and 2D. RGB value is (185,214,45). Sum of RGB (Red+Green+Blue) = 185+214+45=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D62D is #4629D2. Grayscale: #BABABA. Windows color (decimal): -4598227 or 3004089. OLE color: 3004089.
HSL color Cylindrical-coordinate representation of color #B9D62D: hue angle of 70.3º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9D62D is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 214 | 45 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.16 |
| HSL | 70.3º | 0.67% | 0.51% | - |
| HSV(B) | 70.3º | 0.79% | 0.84% | - |
| XYZ | 44.53 | 58.6 | 11.45 | - |
| YUV | 186.06 | 48.39 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 214 | 45 | 0.14 | 0 | 0.79 | 0.16 | 70.3 | 0.67 | 0.51 |
| Hex | B9 | D6 | 2D | E | 0 | 4F | 10 | 46 | 43 | 33 |
| Octal | 271 | 326 | 55 | 16 | 0 | 117 | 20 | 106 | 103 | 63 |
| Binary | 10111001 | 11010110 | 101101 | 1110 | 0 | 1001111 | 10000 | 1000110 | 1000011 | 110011 |
Color Harmonies of #B9D62D
Complementary color
Monochromatic Colors of #B9D62D
Black with #B9D62D
Text Example
Text Example
White with #B9D62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D62D; }
p { color: rgb(185,214,45); }
H1.HeaderClassName
{
color: #B9D62D;
}
.AnyTagClassName
{
color: #B9D62D;
}
</style>
background-color css
<style>
a { background-color: #B9D62D; }
a { background-color: rgb(185,214,45); }
div.DivClassName
{
background-color: #B9D62D;
}
.BgClassName
{
background-color: #B9D62D;
}
</style>
border-color css
<style>
span { border-color: #B9D62D; }
span { border-color: rgb(185,214,45); }
td.TdClassName
{
border-color: #B9D62D;
}
.TagClassName
{
border-color: #B9D62D;
}
</style>