Shades of Fuego #B6D32D
Tints of Fuego #B6D32D
RGB
CMYK
RGB Variations
Color information
#B6D32D (or 0xB6D32D) is known color: Fuego. HEX triplet: B6, D3 and 2D. RGB value is (182,211,45). Sum of RGB (Red+Green+Blue) = 182+211+45=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D32D is #492CD2. Grayscale: #B8B8B8. Windows color (decimal): -4795603 or 3003318. OLE color: 3003318.
HSL color Cylindrical-coordinate representation of color #B6D32D: hue angle of 70.48º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6D32D is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 211 | 45 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.17 |
| HSL | 70.48º | 0.65% | 0.5% | - |
| HSV(B) | 70.48º | 0.79% | 0.83% | - |
| XYZ | 43.06 | 56.72 | 11.16 | - |
| YUV | 183.41 | 49.89 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 211 | 45 | 0.14 | 0 | 0.79 | 0.17 | 70.48 | 0.65 | 0.5 |
| Hex | B6 | D3 | 2D | E | 0 | 4F | 11 | 46 | 41 | 32 |
| Octal | 266 | 323 | 55 | 16 | 0 | 117 | 21 | 106 | 101 | 62 |
| Binary | 10110110 | 11010011 | 101101 | 1110 | 0 | 1001111 | 10001 | 1000110 | 1000001 | 110010 |
Color Harmonies of #B6D32D
Complementary color
Monochromatic Colors of #B6D32D
Black with #B6D32D
Text Example
Text Example
White with #B6D32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D32D; }
p { color: rgb(182,211,45); }
H1.HeaderClassName
{
color: #B6D32D;
}
.AnyTagClassName
{
color: #B6D32D;
}
</style>
background-color css
<style>
a { background-color: #B6D32D; }
a { background-color: rgb(182,211,45); }
div.DivClassName
{
background-color: #B6D32D;
}
.BgClassName
{
background-color: #B6D32D;
}
</style>
border-color css
<style>
span { border-color: #B6D32D; }
span { border-color: rgb(182,211,45); }
td.TdClassName
{
border-color: #B6D32D;
}
.TagClassName
{
border-color: #B6D32D;
}
</style>