Shades of Conifer #BDD957
Tints of Conifer #BDD957
RGB
CMYK
RGB Variations
Color information
#BDD957 (or 0xBDD957) is known color: Conifer. HEX triplet: BD, D9 and 57. RGB value is (189,217,87). Sum of RGB (Red+Green+Blue) = 189+217+87=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 87 (34.38% from 255 or 17.65% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD957 is #4226A8. Grayscale: #C2C2C2. Windows color (decimal): -4335273 or 5757373. OLE color: 5757373.
HSL color Cylindrical-coordinate representation of color #BDD957: hue angle of 72.92º 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 #BDD957 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 87 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.15 |
| HSL | 72.92º | 0.63% | 0.6% | - |
| HSV(B) | 72.92º | 0.6% | 0.85% | - |
| XYZ | 47.52 | 61.13 | 18.31 | - |
| YUV | 193.81 | 67.72 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 87 | 0.13 | 0 | 0.60 | 0.15 | 72.92 | 0.63 | 0.6 |
| Hex | BD | D9 | 57 | D | 0 | 3C | F | 49 | 3F | 3C |
| Octal | 275 | 331 | 127 | 15 | 0 | 74 | 17 | 111 | 77 | 74 |
| Binary | 10111101 | 11011001 | 1010111 | 1101 | 0 | 111100 | 1111 | 1001001 | 111111 | 111100 |
Color Harmonies of #BDD957
Complementary color
Monochromatic Colors of #BDD957
Black with #BDD957
Text Example
Text Example
White with #BDD957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD957; }
p { color: rgb(189,217,87); }
H1.HeaderClassName
{
color: #BDD957;
}
.AnyTagClassName
{
color: #BDD957;
}
</style>
background-color css
<style>
a { background-color: #BDD957; }
a { background-color: rgb(189,217,87); }
div.DivClassName
{
background-color: #BDD957;
}
.BgClassName
{
background-color: #BDD957;
}
</style>
border-color css
<style>
span { border-color: #BDD957; }
span { border-color: rgb(189,217,87); }
td.TdClassName
{
border-color: #BDD957;
}
.TagClassName
{
border-color: #BDD957;
}
</style>