Shades of Conifer #BAD957
Tints of Conifer #BAD957
RGB
CMYK
RGB Variations
Color information
#BAD957 (or 0xBAD957) is known color: Conifer. HEX triplet: BA, D9 and 57. RGB value is (186,217,87). Sum of RGB (Red+Green+Blue) = 186+217+87=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD957 is #4526A8. Grayscale: #C1C1C1. Windows color (decimal): -4531881 or 5757370. OLE color: 5757370.
HSL color Cylindrical-coordinate representation of color #BAD957: hue angle of 74.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAD957 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 87 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.15 |
| HSL | 74.31º | 0.63% | 0.6% | - |
| HSV(B) | 74.31º | 0.6% | 0.85% | - |
| XYZ | 46.78 | 60.75 | 18.28 | - |
| YUV | 192.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 87 | 0.14 | 0 | 0.60 | 0.15 | 74.31 | 0.63 | 0.6 |
| Hex | BA | D9 | 57 | E | 0 | 3C | F | 4A | 3F | 3C |
| Octal | 272 | 331 | 127 | 16 | 0 | 74 | 17 | 112 | 77 | 74 |
| Binary | 10111010 | 11011001 | 1010111 | 1110 | 0 | 111100 | 1111 | 1001010 | 111111 | 111100 |
Color Harmonies of #BAD957
Complementary color
Monochromatic Colors of #BAD957
Black with #BAD957
Text Example
Text Example
White with #BAD957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD957; }
p { color: rgb(186,217,87); }
H1.HeaderClassName
{
color: #BAD957;
}
.AnyTagClassName
{
color: #BAD957;
}
</style>
background-color css
<style>
a { background-color: #BAD957; }
a { background-color: rgb(186,217,87); }
div.DivClassName
{
background-color: #BAD957;
}
.BgClassName
{
background-color: #BAD957;
}
</style>
border-color css
<style>
span { border-color: #BAD957; }
span { border-color: rgb(186,217,87); }
td.TdClassName
{
border-color: #BAD957;
}
.TagClassName
{
border-color: #BAD957;
}
</style>