Shades of Fuego #B6D32C
Tints of Fuego #B6D32C
RGB
CMYK
RGB Variations
Color information
#B6D32C (or 0xB6D32C) is known color: Fuego. HEX triplet: B6, D3 and 2C. RGB value is (182,211,44). Sum of RGB (Red+Green+Blue) = 182+211+44=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D32C is #492CD3. Grayscale: #B7B7B7. Windows color (decimal): -4795604 or 2937782. OLE color: 2937782.
HSL color Cylindrical-coordinate representation of color #B6D32C: hue angle of 70.42º 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 #B6D32C is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 211 | 44 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.17 |
| HSL | 70.42º | 0.65% | 0.5% | - |
| HSV(B) | 70.42º | 0.79% | 0.83% | - |
| XYZ | 43.04 | 56.72 | 11.06 | - |
| YUV | 183.29 | 49.39 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 211 | 44 | 0.14 | 0 | 0.79 | 0.17 | 70.42 | 0.65 | 0.5 |
| Hex | B6 | D3 | 2C | E | 0 | 4F | 11 | 46 | 41 | 32 |
| Octal | 266 | 323 | 54 | 16 | 0 | 117 | 21 | 106 | 101 | 62 |
| Binary | 10110110 | 11010011 | 101100 | 1110 | 0 | 1001111 | 10001 | 1000110 | 1000001 | 110010 |
Color Harmonies of #B6D32C
Complementary color
Monochromatic Colors of #B6D32C
Black with #B6D32C
Text Example
Text Example
White with #B6D32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D32C; }
p { color: rgb(182,211,44); }
H1.HeaderClassName
{
color: #B6D32C;
}
.AnyTagClassName
{
color: #B6D32C;
}
</style>
background-color css
<style>
a { background-color: #B6D32C; }
a { background-color: rgb(182,211,44); }
div.DivClassName
{
background-color: #B6D32C;
}
.BgClassName
{
background-color: #B6D32C;
}
</style>
border-color css
<style>
span { border-color: #B6D32C; }
span { border-color: rgb(182,211,44); }
td.TdClassName
{
border-color: #B6D32C;
}
.TagClassName
{
border-color: #B6D32C;
}
</style>