Shades of Fuego #B6DB2A
Tints of Fuego #B6DB2A
RGB
CMYK
RGB Variations
Color information
#B6DB2A (or 0xB6DB2A) is known color: Fuego. HEX triplet: B6, DB and 2A. RGB value is (182,219,42). Sum of RGB (Red+Green+Blue) = 182+219+42=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DB2A is #4924D5. Grayscale: #BCBCBC. Windows color (decimal): -4793558 or 2808758. OLE color: 2808758.
HSL color Cylindrical-coordinate representation of color #B6DB2A: hue angle of 72.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6DB2A is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 42 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.14 |
| HSL | 72.54º | 0.71% | 0.51% | - |
| HSV(B) | 72.54º | 0.81% | 0.86% | - |
| XYZ | 45.04 | 60.78 | 11.55 | - |
| YUV | 187.76 | 45.74 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 42 | 0.17 | 0 | 0.81 | 0.14 | 72.54 | 0.71 | 0.51 |
| Hex | B6 | DB | 2A | 11 | 0 | 51 | E | 49 | 47 | 33 |
| Octal | 266 | 333 | 52 | 21 | 0 | 121 | 16 | 111 | 107 | 63 |
| Binary | 10110110 | 11011011 | 101010 | 10001 | 0 | 1010001 | 1110 | 1001001 | 1000111 | 110011 |
Color Harmonies of #B6DB2A
Complementary color
Monochromatic Colors of #B6DB2A
Black with #B6DB2A
Text Example
Text Example
White with #B6DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB2A; }
p { color: rgb(182,219,42); }
H1.HeaderClassName
{
color: #B6DB2A;
}
.AnyTagClassName
{
color: #B6DB2A;
}
</style>
background-color css
<style>
a { background-color: #B6DB2A; }
a { background-color: rgb(182,219,42); }
div.DivClassName
{
background-color: #B6DB2A;
}
.BgClassName
{
background-color: #B6DB2A;
}
</style>
border-color css
<style>
span { border-color: #B6DB2A; }
span { border-color: rgb(182,219,42); }
td.TdClassName
{
border-color: #B6DB2A;
}
.TagClassName
{
border-color: #B6DB2A;
}
</style>