Shades of Fuego #B6D33A
Tints of Fuego #B6D33A
RGB
CMYK
RGB Variations
Color information
#B6D33A (or 0xB6D33A) is known color: Fuego. HEX triplet: B6, D3 and 3A. RGB value is (182,211,58). Sum of RGB (Red+Green+Blue) = 182+211+58=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D33A is #492CC5. Grayscale: #B9B9B9. Windows color (decimal): -4795590 or 3855286. OLE color: 3855286.
HSL color Cylindrical-coordinate representation of color #B6D33A: hue angle of 71.37º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6D33A is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 211 | 58 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.17 |
| HSL | 71.37º | 0.63% | 0.53% | - |
| HSV(B) | 71.37º | 0.73% | 0.83% | - |
| XYZ | 43.35 | 56.84 | 12.69 | - |
| YUV | 184.89 | 56.39 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 211 | 58 | 0.14 | 0 | 0.73 | 0.17 | 71.37 | 0.63 | 0.53 |
| Hex | B6 | D3 | 3A | E | 0 | 49 | 11 | 47 | 3F | 35 |
| Octal | 266 | 323 | 72 | 16 | 0 | 111 | 21 | 107 | 77 | 65 |
| Binary | 10110110 | 11010011 | 111010 | 1110 | 0 | 1001001 | 10001 | 1000111 | 111111 | 110101 |
Color Harmonies of #B6D33A
Complementary color
Monochromatic Colors of #B6D33A
Black with #B6D33A
Text Example
Text Example
White with #B6D33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D33A; }
p { color: rgb(182,211,58); }
H1.HeaderClassName
{
color: #B6D33A;
}
.AnyTagClassName
{
color: #B6D33A;
}
</style>
background-color css
<style>
a { background-color: #B6D33A; }
a { background-color: rgb(182,211,58); }
div.DivClassName
{
background-color: #B6D33A;
}
.BgClassName
{
background-color: #B6D33A;
}
</style>
border-color css
<style>
span { border-color: #B6D33A; }
span { border-color: rgb(182,211,58); }
td.TdClassName
{
border-color: #B6D33A;
}
.TagClassName
{
border-color: #B6D33A;
}
</style>