Shades of Conifer #BADB65
Tints of Conifer #BADB65
RGB
CMYK
RGB Variations
Color information
#BADB65 (or 0xBADB65) is known color: Conifer. HEX triplet: BA, DB and 65. RGB value is (186,219,101). Sum of RGB (Red+Green+Blue) = 186+219+101=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB65 is #45249A. Grayscale: #C4C4C4. Windows color (decimal): -4531355 or 6675386. OLE color: 6675386.
HSL color Cylindrical-coordinate representation of color #BADB65: hue angle of 76.78º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BADB65 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 101 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.14 |
| HSL | 76.78º | 0.62% | 0.63% | - |
| HSV(B) | 76.78º | 0.54% | 0.86% | - |
| XYZ | 47.93 | 62.04 | 21.76 | - |
| YUV | 195.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 101 | 0.15 | 0 | 0.54 | 0.14 | 76.78 | 0.62 | 0.63 |
| Hex | BA | DB | 65 | F | 0 | 36 | E | 4D | 3E | 3F |
| Octal | 272 | 333 | 145 | 17 | 0 | 66 | 16 | 115 | 76 | 77 |
| Binary | 10111010 | 11011011 | 1100101 | 1111 | 0 | 110110 | 1110 | 1001101 | 111110 | 111111 |
Color Harmonies of #BADB65
Complementary color
Monochromatic Colors of #BADB65
Black with #BADB65
Text Example
Text Example
White with #BADB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB65; }
p { color: rgb(186,219,101); }
H1.HeaderClassName
{
color: #BADB65;
}
.AnyTagClassName
{
color: #BADB65;
}
</style>
background-color css
<style>
a { background-color: #BADB65; }
a { background-color: rgb(186,219,101); }
div.DivClassName
{
background-color: #BADB65;
}
.BgClassName
{
background-color: #BADB65;
}
</style>
border-color css
<style>
span { border-color: #BADB65; }
span { border-color: rgb(186,219,101); }
td.TdClassName
{
border-color: #BADB65;
}
.TagClassName
{
border-color: #BADB65;
}
</style>