Shades of Fuego #B8D331
Tints of Fuego #B8D331
RGB
CMYK
RGB Variations
Color information
#B8D331 (or 0xB8D331) is known color: Fuego. HEX triplet: B8, D3 and 31. RGB value is (184,211,49). Sum of RGB (Red+Green+Blue) = 184+211+49=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D331 is #472CCE. Grayscale: #B9B9B9. Windows color (decimal): -4664527 or 3265464. OLE color: 3265464.
HSL color Cylindrical-coordinate representation of color #B8D331: hue angle of 70º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8D331 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 211 | 49 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.17 |
| HSL | 70º | 0.65% | 0.51% | - |
| HSV(B) | 70º | 0.77% | 0.83% | - |
| XYZ | 43.62 | 57 | 11.61 | - |
| YUV | 184.46 | 51.55 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 211 | 49 | 0.13 | 0 | 0.77 | 0.17 | 70 | 0.65 | 0.51 |
| Hex | B8 | D3 | 31 | D | 0 | 4D | 11 | 46 | 41 | 33 |
| Octal | 270 | 323 | 61 | 15 | 0 | 115 | 21 | 106 | 101 | 63 |
| Binary | 10111000 | 11010011 | 110001 | 1101 | 0 | 1001101 | 10001 | 1000110 | 1000001 | 110011 |
Color Harmonies of #B8D331
Complementary color
Monochromatic Colors of #B8D331
Black with #B8D331
Text Example
Text Example
White with #B8D331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D331; }
p { color: rgb(184,211,49); }
H1.HeaderClassName
{
color: #B8D331;
}
.AnyTagClassName
{
color: #B8D331;
}
</style>
background-color css
<style>
a { background-color: #B8D331; }
a { background-color: rgb(184,211,49); }
div.DivClassName
{
background-color: #B8D331;
}
.BgClassName
{
background-color: #B8D331;
}
</style>
border-color css
<style>
span { border-color: #B8D331; }
span { border-color: rgb(184,211,49); }
td.TdClassName
{
border-color: #B8D331;
}
.TagClassName
{
border-color: #B8D331;
}
</style>