Shades of Conifer #BADE66
Tints of Conifer #BADE66
RGB
CMYK
RGB Variations
Color information
#BADE66 (or 0xBADE66) is known color: Conifer. HEX triplet: BA, DE and 66. RGB value is (186,222,102). Sum of RGB (Red+Green+Blue) = 186+222+102=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE66 is #452199. Grayscale: #C5C5C5. Windows color (decimal): -4530586 or 6741690. OLE color: 6741690.
HSL color Cylindrical-coordinate representation of color #BADE66: hue angle of 78º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BADE66 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 102 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.13 |
| HSL | 78º | 0.65% | 0.64% | - |
| HSV(B) | 78º | 0.54% | 0.87% | - |
| XYZ | 48.77 | 63.64 | 22.28 | - |
| YUV | 197.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 102 | 0.16 | 0 | 0.54 | 0.13 | 78 | 0.65 | 0.64 |
| Hex | BA | DE | 66 | 10 | 0 | 36 | D | 4E | 41 | 40 |
| Octal | 272 | 336 | 146 | 20 | 0 | 66 | 15 | 116 | 101 | 100 |
| Binary | 10111010 | 11011110 | 1100110 | 10000 | 0 | 110110 | 1101 | 1001110 | 1000001 | 1000000 |
Color Harmonies of #BADE66
Complementary color
Monochromatic Colors of #BADE66
Black with #BADE66
Text Example
Text Example
White with #BADE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE66; }
p { color: rgb(186,222,102); }
H1.HeaderClassName
{
color: #BADE66;
}
.AnyTagClassName
{
color: #BADE66;
}
</style>
background-color css
<style>
a { background-color: #BADE66; }
a { background-color: rgb(186,222,102); }
div.DivClassName
{
background-color: #BADE66;
}
.BgClassName
{
background-color: #BADE66;
}
</style>
border-color css
<style>
span { border-color: #BADE66; }
span { border-color: rgb(186,222,102); }
td.TdClassName
{
border-color: #BADE66;
}
.TagClassName
{
border-color: #BADE66;
}
</style>