Shades of Fuego #B6D52C
Tints of Fuego #B6D52C
RGB
CMYK
RGB Variations
Color information
#B6D52C (or 0xB6D52C) is known color: Fuego. HEX triplet: B6, D5 and 2C. RGB value is (182,213,44). Sum of RGB (Red+Green+Blue) = 182+213+44=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D52C is #492AD3. Grayscale: #B9B9B9. Windows color (decimal): -4795092 or 2938294. OLE color: 2938294.
HSL color Cylindrical-coordinate representation of color #B6D52C: hue angle of 71.01º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6D52C is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 213 | 44 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.16 |
| HSL | 71.01º | 0.67% | 0.5% | - |
| HSV(B) | 71.01º | 0.79% | 0.84% | - |
| XYZ | 43.54 | 57.72 | 11.23 | - |
| YUV | 184.47 | 48.73 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 213 | 44 | 0.15 | 0 | 0.79 | 0.16 | 71.01 | 0.67 | 0.5 |
| Hex | B6 | D5 | 2C | F | 0 | 4F | 10 | 47 | 43 | 32 |
| Octal | 266 | 325 | 54 | 17 | 0 | 117 | 20 | 107 | 103 | 62 |
| Binary | 10110110 | 11010101 | 101100 | 1111 | 0 | 1001111 | 10000 | 1000111 | 1000011 | 110010 |
Color Harmonies of #B6D52C
Complementary color
Monochromatic Colors of #B6D52C
Black with #B6D52C
Text Example
Text Example
White with #B6D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D52C; }
p { color: rgb(182,213,44); }
H1.HeaderClassName
{
color: #B6D52C;
}
.AnyTagClassName
{
color: #B6D52C;
}
</style>
background-color css
<style>
a { background-color: #B6D52C; }
a { background-color: rgb(182,213,44); }
div.DivClassName
{
background-color: #B6D52C;
}
.BgClassName
{
background-color: #B6D52C;
}
</style>
border-color css
<style>
span { border-color: #B6D52C; }
span { border-color: rgb(182,213,44); }
td.TdClassName
{
border-color: #B6D52C;
}
.TagClassName
{
border-color: #B6D52C;
}
</style>