Shades of Conifer #BDD950
Tints of Conifer #BDD950
RGB
CMYK
RGB Variations
Color information
#BDD950 (or 0xBDD950) is known color: Conifer. HEX triplet: BD, D9 and 50. RGB value is (189,217,80). Sum of RGB (Red+Green+Blue) = 189+217+80=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD950 is #4226AF. Grayscale: #C1C1C1. Windows color (decimal): -4335280 or 5298621. OLE color: 5298621.
HSL color Cylindrical-coordinate representation of color #BDD950: hue angle of 72.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDD950 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 80 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.15 |
| HSL | 72.26º | 0.64% | 0.58% | - |
| HSV(B) | 72.26º | 0.63% | 0.85% | - |
| XYZ | 47.25 | 61.02 | 16.88 | - |
| YUV | 193.01 | 64.22 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 80 | 0.13 | 0 | 0.63 | 0.15 | 72.26 | 0.64 | 0.58 |
| Hex | BD | D9 | 50 | D | 0 | 3F | F | 48 | 40 | 3A |
| Octal | 275 | 331 | 120 | 15 | 0 | 77 | 17 | 110 | 100 | 72 |
| Binary | 10111101 | 11011001 | 1010000 | 1101 | 0 | 111111 | 1111 | 1001000 | 1000000 | 111010 |
Color Harmonies of #BDD950
Complementary color
Monochromatic Colors of #BDD950
Black with #BDD950
Text Example
Text Example
White with #BDD950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD950; }
p { color: rgb(189,217,80); }
H1.HeaderClassName
{
color: #BDD950;
}
.AnyTagClassName
{
color: #BDD950;
}
</style>
background-color css
<style>
a { background-color: #BDD950; }
a { background-color: rgb(189,217,80); }
div.DivClassName
{
background-color: #BDD950;
}
.BgClassName
{
background-color: #BDD950;
}
</style>
border-color css
<style>
span { border-color: #BDD950; }
span { border-color: rgb(189,217,80); }
td.TdClassName
{
border-color: #BDD950;
}
.TagClassName
{
border-color: #BDD950;
}
</style>