Shades of Fuego #BAD02C
Tints of Fuego #BAD02C
RGB
CMYK
RGB Variations
Color information
#BAD02C (or 0xBAD02C) is known color: Fuego. HEX triplet: BA, D0 and 2C. RGB value is (186,208,44). Sum of RGB (Red+Green+Blue) = 186+208+44=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD02C is #452FD3. Grayscale: #B7B7B7. Windows color (decimal): -4534228 or 2937018. OLE color: 2937018.
HSL color Cylindrical-coordinate representation of color #BAD02C: hue angle of 68.05º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAD02C is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 44 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.18 |
| HSL | 68.05º | 0.65% | 0.49% | - |
| HSV(B) | 68.05º | 0.79% | 0.82% | - |
| XYZ | 43.26 | 55.73 | 10.86 | - |
| YUV | 182.73 | 49.71 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 44 | 0.11 | 0 | 0.79 | 0.18 | 68.05 | 0.65 | 0.49 |
| Hex | BA | D0 | 2C | B | 0 | 4F | 12 | 44 | 41 | 31 |
| Octal | 272 | 320 | 54 | 13 | 0 | 117 | 22 | 104 | 101 | 61 |
| Binary | 10111010 | 11010000 | 101100 | 1011 | 0 | 1001111 | 10010 | 1000100 | 1000001 | 110001 |
Color Harmonies of #BAD02C
Complementary color
Monochromatic Colors of #BAD02C
Black with #BAD02C
Text Example
Text Example
White with #BAD02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD02C; }
p { color: rgb(186,208,44); }
H1.HeaderClassName
{
color: #BAD02C;
}
.AnyTagClassName
{
color: #BAD02C;
}
</style>
background-color css
<style>
a { background-color: #BAD02C; }
a { background-color: rgb(186,208,44); }
div.DivClassName
{
background-color: #BAD02C;
}
.BgClassName
{
background-color: #BAD02C;
}
</style>
border-color css
<style>
span { border-color: #BAD02C; }
span { border-color: rgb(186,208,44); }
td.TdClassName
{
border-color: #BAD02C;
}
.TagClassName
{
border-color: #BAD02C;
}
</style>