Shades of Conifer #BADA65
Tints of Conifer #BADA65
RGB
CMYK
RGB Variations
Color information
#BADA65 (or 0xBADA65) is known color: Conifer. HEX triplet: BA, DA and 65. RGB value is (186,218,101). Sum of RGB (Red+Green+Blue) = 186+218+101=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA65 is #45259A. Grayscale: #C3C3C3. Windows color (decimal): -4531611 or 6675130. OLE color: 6675130.
HSL color Cylindrical-coordinate representation of color #BADA65: hue angle of 76.41º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BADA65 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 101 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.15 |
| HSL | 76.41º | 0.61% | 0.63% | - |
| HSV(B) | 76.41º | 0.54% | 0.85% | - |
| XYZ | 47.67 | 61.52 | 21.67 | - |
| YUV | 195.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 101 | 0.15 | 0 | 0.54 | 0.15 | 76.41 | 0.61 | 0.63 |
| Hex | BA | DA | 65 | F | 0 | 36 | F | 4C | 3D | 3F |
| Octal | 272 | 332 | 145 | 17 | 0 | 66 | 17 | 114 | 75 | 77 |
| Binary | 10111010 | 11011010 | 1100101 | 1111 | 0 | 110110 | 1111 | 1001100 | 111101 | 111111 |
Color Harmonies of #BADA65
Complementary color
Monochromatic Colors of #BADA65
Black with #BADA65
Text Example
Text Example
White with #BADA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA65; }
p { color: rgb(186,218,101); }
H1.HeaderClassName
{
color: #BADA65;
}
.AnyTagClassName
{
color: #BADA65;
}
</style>
background-color css
<style>
a { background-color: #BADA65; }
a { background-color: rgb(186,218,101); }
div.DivClassName
{
background-color: #BADA65;
}
.BgClassName
{
background-color: #BADA65;
}
</style>
border-color css
<style>
span { border-color: #BADA65; }
span { border-color: rgb(186,218,101); }
td.TdClassName
{
border-color: #BADA65;
}
.TagClassName
{
border-color: #BADA65;
}
</style>