Shades of Fuego #B9D532
Tints of Fuego #B9D532
RGB
CMYK
RGB Variations
Color information
#B9D532 (or 0xB9D532) is known color: Fuego. HEX triplet: B9, D5 and 32. RGB value is (185,213,50). Sum of RGB (Red+Green+Blue) = 185+213+50=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D532 is #462ACD. Grayscale: #BABABA. Windows color (decimal): -4598478 or 3331513. OLE color: 3331513.
HSL color Cylindrical-coordinate representation of color #B9D532: hue angle of 70.31º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9D532 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 50 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.16 |
| HSL | 70.31º | 0.66% | 0.52% | - |
| HSV(B) | 70.31º | 0.77% | 0.84% | - |
| XYZ | 44.38 | 58.13 | 11.9 | - |
| YUV | 186.05 | 51.22 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 50 | 0.13 | 0 | 0.77 | 0.16 | 70.31 | 0.66 | 0.52 |
| Hex | B9 | D5 | 32 | D | 0 | 4D | 10 | 46 | 42 | 34 |
| Octal | 271 | 325 | 62 | 15 | 0 | 115 | 20 | 106 | 102 | 64 |
| Binary | 10111001 | 11010101 | 110010 | 1101 | 0 | 1001101 | 10000 | 1000110 | 1000010 | 110100 |
Color Harmonies of #B9D532
Complementary color
Monochromatic Colors of #B9D532
Black with #B9D532
Text Example
Text Example
White with #B9D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D532; }
p { color: rgb(185,213,50); }
H1.HeaderClassName
{
color: #B9D532;
}
.AnyTagClassName
{
color: #B9D532;
}
</style>
background-color css
<style>
a { background-color: #B9D532; }
a { background-color: rgb(185,213,50); }
div.DivClassName
{
background-color: #B9D532;
}
.BgClassName
{
background-color: #B9D532;
}
</style>
border-color css
<style>
span { border-color: #B9D532; }
span { border-color: rgb(185,213,50); }
td.TdClassName
{
border-color: #B9D532;
}
.TagClassName
{
border-color: #B9D532;
}
</style>