Shades of Fuego #B1D032
Tints of Fuego #B1D032
RGB
CMYK
RGB Variations
Color information
#B1D032 (or 0xB1D032) is known color: Fuego. HEX triplet: B1, D0 and 32. RGB value is (177,208,50). Sum of RGB (Red+Green+Blue) = 177+208+50=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D032 is #4E2FCD. Grayscale: #B5B5B5. Windows color (decimal): -5124046 or 3330225. OLE color: 3330225.
HSL color Cylindrical-coordinate representation of color #B1D032: hue angle of 71.77º 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 #B1D032 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 50 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.18 |
| HSL | 71.77º | 0.63% | 0.51% | - |
| HSV(B) | 71.77º | 0.76% | 0.82% | - |
| XYZ | 41.26 | 54.69 | 11.4 | - |
| YUV | 180.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 50 | 0.15 | 0 | 0.76 | 0.18 | 71.77 | 0.63 | 0.51 |
| Hex | B1 | D0 | 32 | F | 0 | 4C | 12 | 48 | 3F | 33 |
| Octal | 261 | 320 | 62 | 17 | 0 | 114 | 22 | 110 | 77 | 63 |
| Binary | 10110001 | 11010000 | 110010 | 1111 | 0 | 1001100 | 10010 | 1001000 | 111111 | 110011 |
Color Harmonies of #B1D032
Complementary color
Monochromatic Colors of #B1D032
Black with #B1D032
Text Example
Text Example
White with #B1D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D032; }
p { color: rgb(177,208,50); }
H1.HeaderClassName
{
color: #B1D032;
}
.AnyTagClassName
{
color: #B1D032;
}
</style>
background-color css
<style>
a { background-color: #B1D032; }
a { background-color: rgb(177,208,50); }
div.DivClassName
{
background-color: #B1D032;
}
.BgClassName
{
background-color: #B1D032;
}
</style>
border-color css
<style>
span { border-color: #B1D032; }
span { border-color: rgb(177,208,50); }
td.TdClassName
{
border-color: #B1D032;
}
.TagClassName
{
border-color: #B1D032;
}
</style>