Shades of Conifer #BAD963
Tints of Conifer #BAD963
RGB
CMYK
RGB Variations
Color information
#BAD963 (or 0xBAD963) is known color: Conifer. HEX triplet: BA, D9 and 63. RGB value is (186,217,99). Sum of RGB (Red+Green+Blue) = 186+217+99=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD963 is #45269C. Grayscale: #C2C2C2. Windows color (decimal): -4531869 or 6543802. OLE color: 6543802.
HSL color Cylindrical-coordinate representation of color #BAD963: hue angle of 75.76º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAD963 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 99 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.15 |
| HSL | 75.76º | 0.61% | 0.62% | - |
| HSV(B) | 75.76º | 0.54% | 0.85% | - |
| XYZ | 47.31 | 60.97 | 21.08 | - |
| YUV | 194.28 | 74.23 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 99 | 0.14 | 0 | 0.54 | 0.15 | 75.76 | 0.61 | 0.62 |
| Hex | BA | D9 | 63 | E | 0 | 36 | F | 4C | 3D | 3E |
| Octal | 272 | 331 | 143 | 16 | 0 | 66 | 17 | 114 | 75 | 76 |
| Binary | 10111010 | 11011001 | 1100011 | 1110 | 0 | 110110 | 1111 | 1001100 | 111101 | 111110 |
Color Harmonies of #BAD963
Complementary color
Monochromatic Colors of #BAD963
Black with #BAD963
Text Example
Text Example
White with #BAD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD963; }
p { color: rgb(186,217,99); }
H1.HeaderClassName
{
color: #BAD963;
}
.AnyTagClassName
{
color: #BAD963;
}
</style>
background-color css
<style>
a { background-color: #BAD963; }
a { background-color: rgb(186,217,99); }
div.DivClassName
{
background-color: #BAD963;
}
.BgClassName
{
background-color: #BAD963;
}
</style>
border-color css
<style>
span { border-color: #BAD963; }
span { border-color: rgb(186,217,99); }
td.TdClassName
{
border-color: #BAD963;
}
.TagClassName
{
border-color: #BAD963;
}
</style>