Shades of Fuego #B6D328
Tints of Fuego #B6D328
RGB
CMYK
RGB Variations
Color information
#B6D328 (or 0xB6D328) is known color: Fuego. HEX triplet: B6, D3 and 28. RGB value is (182,211,40). Sum of RGB (Red+Green+Blue) = 182+211+40=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D328 is #492CD7. Grayscale: #B7B7B7. Windows color (decimal): -4795608 or 2675638. OLE color: 2675638.
HSL color Cylindrical-coordinate representation of color #B6D328: hue angle of 70.18º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6D328 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 211 | 40 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.17 |
| HSL | 70.18º | 0.68% | 0.49% | - |
| HSV(B) | 70.18º | 0.81% | 0.83% | - |
| XYZ | 42.97 | 56.69 | 10.68 | - |
| YUV | 182.84 | 47.39 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 211 | 40 | 0.14 | 0 | 0.81 | 0.17 | 70.18 | 0.68 | 0.49 |
| Hex | B6 | D3 | 28 | E | 0 | 51 | 11 | 46 | 44 | 31 |
| Octal | 266 | 323 | 50 | 16 | 0 | 121 | 21 | 106 | 104 | 61 |
| Binary | 10110110 | 11010011 | 101000 | 1110 | 0 | 1010001 | 10001 | 1000110 | 1000100 | 110001 |
Color Harmonies of #B6D328
Complementary color
Monochromatic Colors of #B6D328
Black with #B6D328
Text Example
Text Example
White with #B6D328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D328; }
p { color: rgb(182,211,40); }
H1.HeaderClassName
{
color: #B6D328;
}
.AnyTagClassName
{
color: #B6D328;
}
</style>
background-color css
<style>
a { background-color: #B6D328; }
a { background-color: rgb(182,211,40); }
div.DivClassName
{
background-color: #B6D328;
}
.BgClassName
{
background-color: #B6D328;
}
</style>
border-color css
<style>
span { border-color: #B6D328; }
span { border-color: rgb(182,211,40); }
td.TdClassName
{
border-color: #B6D328;
}
.TagClassName
{
border-color: #B6D328;
}
</style>