Shades of Conifer #BADD56
Tints of Conifer #BADD56
RGB
CMYK
RGB Variations
Color information
#BADD56 (or 0xBADD56) is known color: Conifer. HEX triplet: BA, DD and 56. RGB value is (186,221,86). Sum of RGB (Red+Green+Blue) = 186+221+86=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD56 is #4522A9. Grayscale: #C3C3C3. Windows color (decimal): -4530858 or 5692858. OLE color: 5692858.
HSL color Cylindrical-coordinate representation of color #BADD56: hue angle of 75.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BADD56 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 86 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.13 |
| HSL | 75.56º | 0.67% | 0.6% | - |
| HSV(B) | 75.56º | 0.61% | 0.87% | - |
| XYZ | 47.79 | 62.82 | 18.41 | - |
| YUV | 195.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 86 | 0.16 | 0 | 0.61 | 0.13 | 75.56 | 0.67 | 0.6 |
| Hex | BA | DD | 56 | 10 | 0 | 3D | D | 4C | 43 | 3C |
| Octal | 272 | 335 | 126 | 20 | 0 | 75 | 15 | 114 | 103 | 74 |
| Binary | 10111010 | 11011101 | 1010110 | 10000 | 0 | 111101 | 1101 | 1001100 | 1000011 | 111100 |
Color Harmonies of #BADD56
Complementary color
Monochromatic Colors of #BADD56
Black with #BADD56
Text Example
Text Example
White with #BADD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD56; }
p { color: rgb(186,221,86); }
H1.HeaderClassName
{
color: #BADD56;
}
.AnyTagClassName
{
color: #BADD56;
}
</style>
background-color css
<style>
a { background-color: #BADD56; }
a { background-color: rgb(186,221,86); }
div.DivClassName
{
background-color: #BADD56;
}
.BgClassName
{
background-color: #BADD56;
}
</style>
border-color css
<style>
span { border-color: #BADD56; }
span { border-color: rgb(186,221,86); }
td.TdClassName
{
border-color: #BADD56;
}
.TagClassName
{
border-color: #BADD56;
}
</style>