Shades of Fuego #BAD12D
Tints of Fuego #BAD12D
RGB
CMYK
RGB Variations
Color information
#BAD12D (or 0xBAD12D) is known color: Fuego. HEX triplet: BA, D1 and 2D. RGB value is (186,209,45). Sum of RGB (Red+Green+Blue) = 186+209+45=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD12D is #452ED2. Grayscale: #B8B8B8. Windows color (decimal): -4533971 or 3002810. OLE color: 3002810.
HSL color Cylindrical-coordinate representation of color #BAD12D: hue angle of 68.41º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAD12D is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 45 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.18 |
| HSL | 68.41º | 0.65% | 0.5% | - |
| HSV(B) | 68.41º | 0.78% | 0.82% | - |
| XYZ | 43.52 | 56.23 | 11.04 | - |
| YUV | 183.43 | 49.88 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 45 | 0.11 | 0 | 0.78 | 0.18 | 68.41 | 0.65 | 0.5 |
| Hex | BA | D1 | 2D | B | 0 | 4E | 12 | 44 | 41 | 32 |
| Octal | 272 | 321 | 55 | 13 | 0 | 116 | 22 | 104 | 101 | 62 |
| Binary | 10111010 | 11010001 | 101101 | 1011 | 0 | 1001110 | 10010 | 1000100 | 1000001 | 110010 |
Color Harmonies of #BAD12D
Complementary color
Monochromatic Colors of #BAD12D
Black with #BAD12D
Text Example
Text Example
White with #BAD12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD12D; }
p { color: rgb(186,209,45); }
H1.HeaderClassName
{
color: #BAD12D;
}
.AnyTagClassName
{
color: #BAD12D;
}
</style>
background-color css
<style>
a { background-color: #BAD12D; }
a { background-color: rgb(186,209,45); }
div.DivClassName
{
background-color: #BAD12D;
}
.BgClassName
{
background-color: #BAD12D;
}
</style>
border-color css
<style>
span { border-color: #BAD12D; }
span { border-color: rgb(186,209,45); }
td.TdClassName
{
border-color: #BAD12D;
}
.TagClassName
{
border-color: #BAD12D;
}
</style>