Shades of Conifer #BAD44D
Tints of Conifer #BAD44D
RGB
CMYK
RGB Variations
Color information
#BAD44D (or 0xBAD44D) is known color: Conifer. HEX triplet: BA, D4 and 4D. RGB value is (186,212,77). Sum of RGB (Red+Green+Blue) = 186+212+77=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD44D is #452BB2. Grayscale: #BDBDBD. Windows color (decimal): -4533171 or 5100730. OLE color: 5100730.
HSL color Cylindrical-coordinate representation of color #BAD44D: hue angle of 71.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAD44D is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 77 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.17 |
| HSL | 71.56º | 0.61% | 0.57% | - |
| HSV(B) | 71.56º | 0.64% | 0.83% | - |
| XYZ | 45.13 | 58.06 | 15.85 | - |
| YUV | 188.84 | 64.89 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 77 | 0.12 | 0 | 0.64 | 0.17 | 71.56 | 0.61 | 0.57 |
| Hex | BA | D4 | 4D | C | 0 | 40 | 11 | 48 | 3D | 39 |
| Octal | 272 | 324 | 115 | 14 | 0 | 100 | 21 | 110 | 75 | 71 |
| Binary | 10111010 | 11010100 | 1001101 | 1100 | 0 | 1000000 | 10001 | 1001000 | 111101 | 111001 |
Color Harmonies of #BAD44D
Complementary color
Monochromatic Colors of #BAD44D
Black with #BAD44D
Text Example
Text Example
White with #BAD44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD44D; }
p { color: rgb(186,212,77); }
H1.HeaderClassName
{
color: #BAD44D;
}
.AnyTagClassName
{
color: #BAD44D;
}
</style>
background-color css
<style>
a { background-color: #BAD44D; }
a { background-color: rgb(186,212,77); }
div.DivClassName
{
background-color: #BAD44D;
}
.BgClassName
{
background-color: #BAD44D;
}
</style>
border-color css
<style>
span { border-color: #BAD44D; }
span { border-color: rgb(186,212,77); }
td.TdClassName
{
border-color: #BAD44D;
}
.TagClassName
{
border-color: #BAD44D;
}
</style>