Shades of Fuego #BAD92C
Tints of Fuego #BAD92C
RGB
CMYK
RGB Variations
Color information
#BAD92C (or 0xBAD92C) is known color: Fuego. HEX triplet: BA, D9 and 2C. RGB value is (186,217,44). Sum of RGB (Red+Green+Blue) = 186+217+44=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD92C is #4526D3. Grayscale: #BCBCBC. Windows color (decimal): -4531924 or 2939322. OLE color: 2939322.
HSL color Cylindrical-coordinate representation of color #BAD92C: hue angle of 70.75º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAD92C is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 44 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.15 |
| HSL | 70.75º | 0.69% | 0.51% | - |
| HSV(B) | 70.75º | 0.8% | 0.85% | - |
| XYZ | 45.52 | 60.25 | 11.61 | - |
| YUV | 188.01 | 46.73 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 44 | 0.14 | 0 | 0.80 | 0.15 | 70.75 | 0.69 | 0.51 |
| Hex | BA | D9 | 2C | E | 0 | 50 | F | 47 | 45 | 33 |
| Octal | 272 | 331 | 54 | 16 | 0 | 120 | 17 | 107 | 105 | 63 |
| Binary | 10111010 | 11011001 | 101100 | 1110 | 0 | 1010000 | 1111 | 1000111 | 1000101 | 110011 |
Color Harmonies of #BAD92C
Complementary color
Monochromatic Colors of #BAD92C
Black with #BAD92C
Text Example
Text Example
White with #BAD92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD92C; }
p { color: rgb(186,217,44); }
H1.HeaderClassName
{
color: #BAD92C;
}
.AnyTagClassName
{
color: #BAD92C;
}
</style>
background-color css
<style>
a { background-color: #BAD92C; }
a { background-color: rgb(186,217,44); }
div.DivClassName
{
background-color: #BAD92C;
}
.BgClassName
{
background-color: #BAD92C;
}
</style>
border-color css
<style>
span { border-color: #BAD92C; }
span { border-color: rgb(186,217,44); }
td.TdClassName
{
border-color: #BAD92C;
}
.TagClassName
{
border-color: #BAD92C;
}
</style>