Shades of Fuego #B8DB2A
Tints of Fuego #B8DB2A
RGB
CMYK
RGB Variations
Color information
#B8DB2A (or 0xB8DB2A) is known color: Fuego. HEX triplet: B8, DB and 2A. RGB value is (184,219,42). Sum of RGB (Red+Green+Blue) = 184+219+42=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DB2A is #4724D5. Grayscale: #BDBDBD. Windows color (decimal): -4662486 or 2808760. OLE color: 2808760.
HSL color Cylindrical-coordinate representation of color #B8DB2A: hue angle of 71.86º 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 #B8DB2A is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 42 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.14 |
| HSL | 71.86º | 0.71% | 0.51% | - |
| HSV(B) | 71.86º | 0.81% | 0.86% | - |
| XYZ | 45.52 | 61.02 | 11.57 | - |
| YUV | 188.36 | 45.4 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 42 | 0.16 | 0 | 0.81 | 0.14 | 71.86 | 0.71 | 0.51 |
| Hex | B8 | DB | 2A | 10 | 0 | 51 | E | 48 | 47 | 33 |
| Octal | 270 | 333 | 52 | 20 | 0 | 121 | 16 | 110 | 107 | 63 |
| Binary | 10111000 | 11011011 | 101010 | 10000 | 0 | 1010001 | 1110 | 1001000 | 1000111 | 110011 |
Color Harmonies of #B8DB2A
Complementary color
Monochromatic Colors of #B8DB2A
Black with #B8DB2A
Text Example
Text Example
White with #B8DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DB2A; }
p { color: rgb(184,219,42); }
H1.HeaderClassName
{
color: #B8DB2A;
}
.AnyTagClassName
{
color: #B8DB2A;
}
</style>
background-color css
<style>
a { background-color: #B8DB2A; }
a { background-color: rgb(184,219,42); }
div.DivClassName
{
background-color: #B8DB2A;
}
.BgClassName
{
background-color: #B8DB2A;
}
</style>
border-color css
<style>
span { border-color: #B8DB2A; }
span { border-color: rgb(184,219,42); }
td.TdClassName
{
border-color: #B8DB2A;
}
.TagClassName
{
border-color: #B8DB2A;
}
</style>