Shades of Conifer #BADB5F
Tints of Conifer #BADB5F
RGB
CMYK
RGB Variations
Color information
#BADB5F (or 0xBADB5F) is known color: Conifer. HEX triplet: BA, DB and 5F. RGB value is (186,219,95). Sum of RGB (Red+Green+Blue) = 186+219+95=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB5F is #4524A0. Grayscale: #C3C3C3. Windows color (decimal): -4531361 or 6282170. OLE color: 6282170.
HSL color Cylindrical-coordinate representation of color #BADB5F: hue angle of 75.97º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BADB5F is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 95 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.14 |
| HSL | 75.97º | 0.63% | 0.62% | - |
| HSV(B) | 75.97º | 0.57% | 0.86% | - |
| XYZ | 47.65 | 61.93 | 20.27 | - |
| YUV | 195 | 71.57 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 95 | 0.15 | 0 | 0.57 | 0.14 | 75.97 | 0.63 | 0.62 |
| Hex | BA | DB | 5F | F | 0 | 39 | E | 4C | 3F | 3E |
| Octal | 272 | 333 | 137 | 17 | 0 | 71 | 16 | 114 | 77 | 76 |
| Binary | 10111010 | 11011011 | 1011111 | 1111 | 0 | 111001 | 1110 | 1001100 | 111111 | 111110 |
Color Harmonies of #BADB5F
Complementary color
Monochromatic Colors of #BADB5F
Black with #BADB5F
Text Example
Text Example
White with #BADB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB5F; }
p { color: rgb(186,219,95); }
H1.HeaderClassName
{
color: #BADB5F;
}
.AnyTagClassName
{
color: #BADB5F;
}
</style>
background-color css
<style>
a { background-color: #BADB5F; }
a { background-color: rgb(186,219,95); }
div.DivClassName
{
background-color: #BADB5F;
}
.BgClassName
{
background-color: #BADB5F;
}
</style>
border-color css
<style>
span { border-color: #BADB5F; }
span { border-color: rgb(186,219,95); }
td.TdClassName
{
border-color: #BADB5F;
}
.TagClassName
{
border-color: #BADB5F;
}
</style>