Shades of Fuego #B9D52B
Tints of Fuego #B9D52B
RGB
CMYK
RGB Variations
Color information
#B9D52B (or 0xB9D52B) is known color: Fuego. HEX triplet: B9, D5 and 2B. RGB value is (185,213,43). Sum of RGB (Red+Green+Blue) = 185+213+43=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D52B is #462AD4. Grayscale: #B9B9B9. Windows color (decimal): -4598485 or 2872761. OLE color: 2872761.
HSL color Cylindrical-coordinate representation of color #B9D52B: hue angle of 69.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9D52B is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 43 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.16 |
| HSL | 69.88º | 0.67% | 0.5% | - |
| HSV(B) | 69.88º | 0.8% | 0.84% | - |
| XYZ | 44.24 | 58.08 | 11.16 | - |
| YUV | 185.25 | 47.72 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 43 | 0.13 | 0 | 0.80 | 0.16 | 69.88 | 0.67 | 0.5 |
| Hex | B9 | D5 | 2B | D | 0 | 50 | 10 | 46 | 43 | 32 |
| Octal | 271 | 325 | 53 | 15 | 0 | 120 | 20 | 106 | 103 | 62 |
| Binary | 10111001 | 11010101 | 101011 | 1101 | 0 | 1010000 | 10000 | 1000110 | 1000011 | 110010 |
Color Harmonies of #B9D52B
Complementary color
Monochromatic Colors of #B9D52B
Black with #B9D52B
Text Example
Text Example
White with #B9D52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D52B; }
p { color: rgb(185,213,43); }
H1.HeaderClassName
{
color: #B9D52B;
}
.AnyTagClassName
{
color: #B9D52B;
}
</style>
background-color css
<style>
a { background-color: #B9D52B; }
a { background-color: rgb(185,213,43); }
div.DivClassName
{
background-color: #B9D52B;
}
.BgClassName
{
background-color: #B9D52B;
}
</style>
border-color css
<style>
span { border-color: #B9D52B; }
span { border-color: rgb(185,213,43); }
td.TdClassName
{
border-color: #B9D52B;
}
.TagClassName
{
border-color: #B9D52B;
}
</style>