Shades of Fuego #B6DA32
Tints of Fuego #B6DA32
RGB
CMYK
RGB Variations
Color information
#B6DA32 (or 0xB6DA32) is known color: Fuego. HEX triplet: B6, DA and 32. RGB value is (182,218,50). Sum of RGB (Red+Green+Blue) = 182+218+50=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DA32 is #4925CD. Grayscale: #BCBCBC. Windows color (decimal): -4793806 or 3332790. OLE color: 3332790.
HSL color Cylindrical-coordinate representation of color #B6DA32: hue angle of 72.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6DA32 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 218 | 50 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.15 |
| HSL | 72.86º | 0.69% | 0.53% | - |
| HSV(B) | 72.86º | 0.77% | 0.85% | - |
| XYZ | 44.94 | 60.32 | 12.29 | - |
| YUV | 188.08 | 50.07 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 218 | 50 | 0.17 | 0 | 0.77 | 0.15 | 72.86 | 0.69 | 0.53 |
| Hex | B6 | DA | 32 | 11 | 0 | 4D | F | 49 | 45 | 35 |
| Octal | 266 | 332 | 62 | 21 | 0 | 115 | 17 | 111 | 105 | 65 |
| Binary | 10110110 | 11011010 | 110010 | 10001 | 0 | 1001101 | 1111 | 1001001 | 1000101 | 110101 |
Color Harmonies of #B6DA32
Complementary color
Monochromatic Colors of #B6DA32
Black with #B6DA32
Text Example
Text Example
White with #B6DA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DA32; }
p { color: rgb(182,218,50); }
H1.HeaderClassName
{
color: #B6DA32;
}
.AnyTagClassName
{
color: #B6DA32;
}
</style>
background-color css
<style>
a { background-color: #B6DA32; }
a { background-color: rgb(182,218,50); }
div.DivClassName
{
background-color: #B6DA32;
}
.BgClassName
{
background-color: #B6DA32;
}
</style>
border-color css
<style>
span { border-color: #B6DA32; }
span { border-color: rgb(182,218,50); }
td.TdClassName
{
border-color: #B6DA32;
}
.TagClassName
{
border-color: #B6DA32;
}
</style>