Shades of Conifer #BAD44C
Tints of Conifer #BAD44C
RGB
CMYK
RGB Variations
Color information
#BAD44C (or 0xBAD44C) is known color: Conifer. HEX triplet: BA, D4 and 4C. RGB value is (186,212,76). Sum of RGB (Red+Green+Blue) = 186+212+76=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD44C is #452BB3. Grayscale: #BDBDBD. Windows color (decimal): -4533172 or 5035194. OLE color: 5035194.
HSL color Cylindrical-coordinate representation of color #BAD44C: hue angle of 71.47º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAD44C is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 76 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.17 |
| HSL | 71.47º | 0.61% | 0.56% | - |
| HSV(B) | 71.47º | 0.64% | 0.83% | - |
| XYZ | 45.1 | 58.05 | 15.66 | - |
| YUV | 188.72 | 64.39 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 76 | 0.12 | 0 | 0.64 | 0.17 | 71.47 | 0.61 | 0.56 |
| Hex | BA | D4 | 4C | C | 0 | 40 | 11 | 47 | 3D | 38 |
| Octal | 272 | 324 | 114 | 14 | 0 | 100 | 21 | 107 | 75 | 70 |
| Binary | 10111010 | 11010100 | 1001100 | 1100 | 0 | 1000000 | 10001 | 1000111 | 111101 | 111000 |
Color Harmonies of #BAD44C
Complementary color
Monochromatic Colors of #BAD44C
Black with #BAD44C
Text Example
Text Example
White with #BAD44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD44C; }
p { color: rgb(186,212,76); }
H1.HeaderClassName
{
color: #BAD44C;
}
.AnyTagClassName
{
color: #BAD44C;
}
</style>
background-color css
<style>
a { background-color: #BAD44C; }
a { background-color: rgb(186,212,76); }
div.DivClassName
{
background-color: #BAD44C;
}
.BgClassName
{
background-color: #BAD44C;
}
</style>
border-color css
<style>
span { border-color: #BAD44C; }
span { border-color: rgb(186,212,76); }
td.TdClassName
{
border-color: #BAD44C;
}
.TagClassName
{
border-color: #BAD44C;
}
</style>