Shades of Fuego #B9D32D
Tints of Fuego #B9D32D
RGB
CMYK
RGB Variations
Color information
#B9D32D (or 0xB9D32D) is known color: Fuego. HEX triplet: B9, D3 and 2D. RGB value is (185,211,45). Sum of RGB (Red+Green+Blue) = 185+211+45=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D32D is #462CD2. Grayscale: #B8B8B8. Windows color (decimal): -4598995 or 3003321. OLE color: 3003321.
HSL color Cylindrical-coordinate representation of color #B9D32D: hue angle of 69.4º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9D32D is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 211 | 45 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.17 |
| HSL | 69.4º | 0.65% | 0.5% | - |
| HSV(B) | 69.4º | 0.79% | 0.83% | - |
| XYZ | 43.78 | 57.09 | 11.2 | - |
| YUV | 184.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 45 | 0.12 | 0 | 0.79 | 0.17 | 69.4 | 0.65 | 0.5 |
| Hex | B9 | D3 | 2D | C | 0 | 4F | 11 | 45 | 41 | 32 |
| Octal | 271 | 323 | 55 | 14 | 0 | 117 | 21 | 105 | 101 | 62 |
| Binary | 10111001 | 11010011 | 101101 | 1100 | 0 | 1001111 | 10001 | 1000101 | 1000001 | 110010 |
Color Harmonies of #B9D32D
Complementary color
Monochromatic Colors of #B9D32D
Black with #B9D32D
Text Example
Text Example
White with #B9D32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D32D; }
p { color: rgb(185,211,45); }
H1.HeaderClassName
{
color: #B9D32D;
}
.AnyTagClassName
{
color: #B9D32D;
}
</style>
background-color css
<style>
a { background-color: #B9D32D; }
a { background-color: rgb(185,211,45); }
div.DivClassName
{
background-color: #B9D32D;
}
.BgClassName
{
background-color: #B9D32D;
}
</style>
border-color css
<style>
span { border-color: #B9D32D; }
span { border-color: rgb(185,211,45); }
td.TdClassName
{
border-color: #B9D32D;
}
.TagClassName
{
border-color: #B9D32D;
}
</style>