Shades of Fuego #B6D337
Tints of Fuego #B6D337
RGB
CMYK
RGB Variations
Color information
#B6D337 (or 0xB6D337) is known color: Fuego. HEX triplet: B6, D3 and 37. RGB value is (182,211,55). Sum of RGB (Red+Green+Blue) = 182+211+55=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D337 is #492CC8. Grayscale: #B9B9B9. Windows color (decimal): -4795593 or 3658678. OLE color: 3658678.
HSL color Cylindrical-coordinate representation of color #B6D337: hue angle of 71.15º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6D337 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 211 | 55 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.17 |
| HSL | 71.15º | 0.64% | 0.52% | - |
| HSV(B) | 71.15º | 0.74% | 0.83% | - |
| XYZ | 43.28 | 56.81 | 12.3 | - |
| YUV | 184.55 | 54.89 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 211 | 55 | 0.14 | 0 | 0.74 | 0.17 | 71.15 | 0.64 | 0.52 |
| Hex | B6 | D3 | 37 | E | 0 | 4A | 11 | 47 | 40 | 34 |
| Octal | 266 | 323 | 67 | 16 | 0 | 112 | 21 | 107 | 100 | 64 |
| Binary | 10110110 | 11010011 | 110111 | 1110 | 0 | 1001010 | 10001 | 1000111 | 1000000 | 110100 |
Color Harmonies of #B6D337
Complementary color
Monochromatic Colors of #B6D337
Black with #B6D337
Text Example
Text Example
White with #B6D337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D337; }
p { color: rgb(182,211,55); }
H1.HeaderClassName
{
color: #B6D337;
}
.AnyTagClassName
{
color: #B6D337;
}
</style>
background-color css
<style>
a { background-color: #B6D337; }
a { background-color: rgb(182,211,55); }
div.DivClassName
{
background-color: #B6D337;
}
.BgClassName
{
background-color: #B6D337;
}
</style>
border-color css
<style>
span { border-color: #B6D337; }
span { border-color: rgb(182,211,55); }
td.TdClassName
{
border-color: #B6D337;
}
.TagClassName
{
border-color: #B6D337;
}
</style>