Shades of Fuego #B8D631
Tints of Fuego #B8D631
RGB
CMYK
RGB Variations
Color information
#B8D631 (or 0xB8D631) is known color: Fuego. HEX triplet: B8, D6 and 31. RGB value is (184,214,49). Sum of RGB (Red+Green+Blue) = 184+214+49=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D631 is #4729CE. Grayscale: #BABABA. Windows color (decimal): -4663759 or 3266232. OLE color: 3266232.
HSL color Cylindrical-coordinate representation of color #B8D631: hue angle of 70.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8D631 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 49 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.16 |
| HSL | 70.91º | 0.67% | 0.52% | - |
| HSV(B) | 70.91º | 0.77% | 0.84% | - |
| XYZ | 44.37 | 58.51 | 11.86 | - |
| YUV | 186.22 | 50.56 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 49 | 0.14 | 0 | 0.77 | 0.16 | 70.91 | 0.67 | 0.52 |
| Hex | B8 | D6 | 31 | E | 0 | 4D | 10 | 47 | 43 | 34 |
| Octal | 270 | 326 | 61 | 16 | 0 | 115 | 20 | 107 | 103 | 64 |
| Binary | 10111000 | 11010110 | 110001 | 1110 | 0 | 1001101 | 10000 | 1000111 | 1000011 | 110100 |
Color Harmonies of #B8D631
Complementary color
Monochromatic Colors of #B8D631
Black with #B8D631
Text Example
Text Example
White with #B8D631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D631; }
p { color: rgb(184,214,49); }
H1.HeaderClassName
{
color: #B8D631;
}
.AnyTagClassName
{
color: #B8D631;
}
</style>
background-color css
<style>
a { background-color: #B8D631; }
a { background-color: rgb(184,214,49); }
div.DivClassName
{
background-color: #B8D631;
}
.BgClassName
{
background-color: #B8D631;
}
</style>
border-color css
<style>
span { border-color: #B8D631; }
span { border-color: rgb(184,214,49); }
td.TdClassName
{
border-color: #B8D631;
}
.TagClassName
{
border-color: #B8D631;
}
</style>