Shades of Conifer #BADD66
Tints of Conifer #BADD66
RGB
CMYK
RGB Variations
Color information
#BADD66 (or 0xBADD66) is known color: Conifer. HEX triplet: BA, DD and 66. RGB value is (186,221,102). Sum of RGB (Red+Green+Blue) = 186+221+102=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD66 is #452299. Grayscale: #C5C5C5. Windows color (decimal): -4530842 or 6741434. OLE color: 6741434.
HSL color Cylindrical-coordinate representation of color #BADD66: hue angle of 77.65º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BADD66 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 102 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.13 |
| HSL | 77.65º | 0.64% | 0.63% | - |
| HSV(B) | 77.65º | 0.54% | 0.87% | - |
| XYZ | 48.5 | 63.11 | 22.2 | - |
| YUV | 196.97 | 74.4 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 102 | 0.16 | 0 | 0.54 | 0.13 | 77.65 | 0.64 | 0.63 |
| Hex | BA | DD | 66 | 10 | 0 | 36 | D | 4E | 40 | 3F |
| Octal | 272 | 335 | 146 | 20 | 0 | 66 | 15 | 116 | 100 | 77 |
| Binary | 10111010 | 11011101 | 1100110 | 10000 | 0 | 110110 | 1101 | 1001110 | 1000000 | 111111 |
Color Harmonies of #BADD66
Complementary color
Monochromatic Colors of #BADD66
Black with #BADD66
Text Example
Text Example
White with #BADD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD66; }
p { color: rgb(186,221,102); }
H1.HeaderClassName
{
color: #BADD66;
}
.AnyTagClassName
{
color: #BADD66;
}
</style>
background-color css
<style>
a { background-color: #BADD66; }
a { background-color: rgb(186,221,102); }
div.DivClassName
{
background-color: #BADD66;
}
.BgClassName
{
background-color: #BADD66;
}
</style>
border-color css
<style>
span { border-color: #BADD66; }
span { border-color: rgb(186,221,102); }
td.TdClassName
{
border-color: #BADD66;
}
.TagClassName
{
border-color: #BADD66;
}
</style>