Shades of Fuego #B2D031
Tints of Fuego #B2D031
RGB
CMYK
RGB Variations
Color information
#B2D031 (or 0xB2D031) is known color: Fuego. HEX triplet: B2, D0 and 31. RGB value is (178,208,49). Sum of RGB (Red+Green+Blue) = 178+208+49=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D031 is #4D2FCE. Grayscale: #B5B5B5. Windows color (decimal): -5058511 or 3264690. OLE color: 3264690.
HSL color Cylindrical-coordinate representation of color #B2D031: hue angle of 71.32º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2D031 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 49 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.18 |
| HSL | 71.32º | 0.63% | 0.5% | - |
| HSV(B) | 71.32º | 0.76% | 0.82% | - |
| XYZ | 41.47 | 54.8 | 11.3 | - |
| YUV | 180.9 | 53.56 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 49 | 0.14 | 0 | 0.76 | 0.18 | 71.32 | 0.63 | 0.5 |
| Hex | B2 | D0 | 31 | E | 0 | 4C | 12 | 47 | 3F | 32 |
| Octal | 262 | 320 | 61 | 16 | 0 | 114 | 22 | 107 | 77 | 62 |
| Binary | 10110010 | 11010000 | 110001 | 1110 | 0 | 1001100 | 10010 | 1000111 | 111111 | 110010 |
Color Harmonies of #B2D031
Complementary color
Monochromatic Colors of #B2D031
Black with #B2D031
Text Example
Text Example
White with #B2D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D031; }
p { color: rgb(178,208,49); }
H1.HeaderClassName
{
color: #B2D031;
}
.AnyTagClassName
{
color: #B2D031;
}
</style>
background-color css
<style>
a { background-color: #B2D031; }
a { background-color: rgb(178,208,49); }
div.DivClassName
{
background-color: #B2D031;
}
.BgClassName
{
background-color: #B2D031;
}
</style>
border-color css
<style>
span { border-color: #B2D031; }
span { border-color: rgb(178,208,49); }
td.TdClassName
{
border-color: #B2D031;
}
.TagClassName
{
border-color: #B2D031;
}
</style>