Shades of Conifer #BADC65
Tints of Conifer #BADC65
RGB
CMYK
RGB Variations
Color information
#BADC65 (or 0xBADC65) is known color: Conifer. HEX triplet: BA, DC and 65. RGB value is (186,220,101). Sum of RGB (Red+Green+Blue) = 186+220+101=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC65 is #45239A. Grayscale: #C4C4C4. Windows color (decimal): -4531099 or 6675642. OLE color: 6675642.
HSL color Cylindrical-coordinate representation of color #BADC65: hue angle of 77.14º degrees, saturation: 0.63, 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 #BADC65 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 101 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.14 |
| HSL | 77.14º | 0.63% | 0.63% | - |
| HSV(B) | 77.14º | 0.54% | 0.86% | - |
| XYZ | 48.19 | 62.57 | 21.85 | - |
| YUV | 196.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 101 | 0.15 | 0 | 0.54 | 0.14 | 77.14 | 0.63 | 0.63 |
| Hex | BA | DC | 65 | F | 0 | 36 | E | 4D | 3F | 3F |
| Octal | 272 | 334 | 145 | 17 | 0 | 66 | 16 | 115 | 77 | 77 |
| Binary | 10111010 | 11011100 | 1100101 | 1111 | 0 | 110110 | 1110 | 1001101 | 111111 | 111111 |
Color Harmonies of #BADC65
Complementary color
Monochromatic Colors of #BADC65
Black with #BADC65
Text Example
Text Example
White with #BADC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC65; }
p { color: rgb(186,220,101); }
H1.HeaderClassName
{
color: #BADC65;
}
.AnyTagClassName
{
color: #BADC65;
}
</style>
background-color css
<style>
a { background-color: #BADC65; }
a { background-color: rgb(186,220,101); }
div.DivClassName
{
background-color: #BADC65;
}
.BgClassName
{
background-color: #BADC65;
}
</style>
border-color css
<style>
span { border-color: #BADC65; }
span { border-color: rgb(186,220,101); }
td.TdClassName
{
border-color: #BADC65;
}
.TagClassName
{
border-color: #BADC65;
}
</style>