Shades of Fuego #B2D831
Tints of Fuego #B2D831
RGB
CMYK
RGB Variations
Color information
#B2D831 (or 0xB2D831) is known color: Fuego. HEX triplet: B2, D8 and 31. RGB value is (178,216,49). Sum of RGB (Red+Green+Blue) = 178+216+49=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D831 is #4D27CE. Grayscale: #BABABA. Windows color (decimal): -5056463 or 3266738. OLE color: 3266738.
HSL color Cylindrical-coordinate representation of color #B2D831: hue angle of 73.65º degrees, saturation: 0.68, 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 #B2D831 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 49 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.15 |
| HSL | 73.65º | 0.68% | 0.52% | - |
| HSV(B) | 73.65º | 0.77% | 0.85% | - |
| XYZ | 43.47 | 58.8 | 11.96 | - |
| YUV | 185.6 | 50.91 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 49 | 0.18 | 0 | 0.77 | 0.15 | 73.65 | 0.68 | 0.52 |
| Hex | B2 | D8 | 31 | 12 | 0 | 4D | F | 4A | 44 | 34 |
| Octal | 262 | 330 | 61 | 22 | 0 | 115 | 17 | 112 | 104 | 64 |
| Binary | 10110010 | 11011000 | 110001 | 10010 | 0 | 1001101 | 1111 | 1001010 | 1000100 | 110100 |
Color Harmonies of #B2D831
Complementary color
Monochromatic Colors of #B2D831
Black with #B2D831
Text Example
Text Example
White with #B2D831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D831; }
p { color: rgb(178,216,49); }
H1.HeaderClassName
{
color: #B2D831;
}
.AnyTagClassName
{
color: #B2D831;
}
</style>
background-color css
<style>
a { background-color: #B2D831; }
a { background-color: rgb(178,216,49); }
div.DivClassName
{
background-color: #B2D831;
}
.BgClassName
{
background-color: #B2D831;
}
</style>
border-color css
<style>
span { border-color: #B2D831; }
span { border-color: rgb(178,216,49); }
td.TdClassName
{
border-color: #B2D831;
}
.TagClassName
{
border-color: #B2D831;
}
</style>