Shades of Fuego #B4D032
Tints of Fuego #B4D032
RGB
CMYK
RGB Variations
Color information
#B4D032 (or 0xB4D032) is known color: Fuego. HEX triplet: B4, D0 and 32. RGB value is (180,208,50). Sum of RGB (Red+Green+Blue) = 180+208+50=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D032 is #4B2FCD. Grayscale: #B6B6B6. Windows color (decimal): -4927438 or 3330228. OLE color: 3330228.
HSL color Cylindrical-coordinate representation of color #B4D032: hue angle of 70.63º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4D032 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 208 | 50 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.18 |
| HSL | 70.63º | 0.63% | 0.51% | - |
| HSV(B) | 70.63º | 0.76% | 0.82% | - |
| XYZ | 41.95 | 55.05 | 11.43 | - |
| YUV | 181.62 | 53.72 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 208 | 50 | 0.13 | 0 | 0.76 | 0.18 | 70.63 | 0.63 | 0.51 |
| Hex | B4 | D0 | 32 | D | 0 | 4C | 12 | 47 | 3F | 33 |
| Octal | 264 | 320 | 62 | 15 | 0 | 114 | 22 | 107 | 77 | 63 |
| Binary | 10110100 | 11010000 | 110010 | 1101 | 0 | 1001100 | 10010 | 1000111 | 111111 | 110011 |
Color Harmonies of #B4D032
Complementary color
Monochromatic Colors of #B4D032
Black with #B4D032
Text Example
Text Example
White with #B4D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D032; }
p { color: rgb(180,208,50); }
H1.HeaderClassName
{
color: #B4D032;
}
.AnyTagClassName
{
color: #B4D032;
}
</style>
background-color css
<style>
a { background-color: #B4D032; }
a { background-color: rgb(180,208,50); }
div.DivClassName
{
background-color: #B4D032;
}
.BgClassName
{
background-color: #B4D032;
}
</style>
border-color css
<style>
span { border-color: #B4D032; }
span { border-color: rgb(180,208,50); }
td.TdClassName
{
border-color: #B4D032;
}
.TagClassName
{
border-color: #B4D032;
}
</style>