Shades of Fuego #B2D931
Tints of Fuego #B2D931
RGB
CMYK
RGB Variations
Color information
#B2D931 (or 0xB2D931) is known color: Fuego. HEX triplet: B2, D9 and 31. RGB value is (178,217,49). Sum of RGB (Red+Green+Blue) = 178+217+49=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D931 is #4D26CE. Grayscale: #BABABA. Windows color (decimal): -5056207 or 3266994. OLE color: 3266994.
HSL color Cylindrical-coordinate representation of color #B2D931: hue angle of 73.93º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2D931 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 49 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.15 |
| HSL | 73.93º | 0.69% | 0.52% | - |
| HSV(B) | 73.93º | 0.77% | 0.85% | - |
| XYZ | 43.73 | 59.31 | 12.05 | - |
| YUV | 186.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 49 | 0.18 | 0 | 0.77 | 0.15 | 73.93 | 0.69 | 0.52 |
| Hex | B2 | D9 | 31 | 12 | 0 | 4D | F | 4A | 45 | 34 |
| Octal | 262 | 331 | 61 | 22 | 0 | 115 | 17 | 112 | 105 | 64 |
| Binary | 10110010 | 11011001 | 110001 | 10010 | 0 | 1001101 | 1111 | 1001010 | 1000101 | 110100 |
Color Harmonies of #B2D931
Complementary color
Monochromatic Colors of #B2D931
Black with #B2D931
Text Example
Text Example
White with #B2D931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D931; }
p { color: rgb(178,217,49); }
H1.HeaderClassName
{
color: #B2D931;
}
.AnyTagClassName
{
color: #B2D931;
}
</style>
background-color css
<style>
a { background-color: #B2D931; }
a { background-color: rgb(178,217,49); }
div.DivClassName
{
background-color: #B2D931;
}
.BgClassName
{
background-color: #B2D931;
}
</style>
border-color css
<style>
span { border-color: #B2D931; }
span { border-color: rgb(178,217,49); }
td.TdClassName
{
border-color: #B2D931;
}
.TagClassName
{
border-color: #B2D931;
}
</style>