Shades of Conifer #BDD951
Tints of Conifer #BDD951
RGB
CMYK
RGB Variations
Color information
#BDD951 (or 0xBDD951) is known color: Conifer. HEX triplet: BD, D9 and 51. RGB value is (189,217,81). Sum of RGB (Red+Green+Blue) = 189+217+81=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD951 is #4226AE. Grayscale: #C1C1C1. Windows color (decimal): -4335279 or 5364157. OLE color: 5364157.
HSL color Cylindrical-coordinate representation of color #BDD951: hue angle of 72.35º 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 #BDD951 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 81 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.15 |
| HSL | 72.35º | 0.64% | 0.58% | - |
| HSV(B) | 72.35º | 0.63% | 0.85% | - |
| XYZ | 47.28 | 61.04 | 17.07 | - |
| YUV | 193.12 | 64.72 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 81 | 0.13 | 0 | 0.63 | 0.15 | 72.35 | 0.64 | 0.58 |
| Hex | BD | D9 | 51 | D | 0 | 3F | F | 48 | 40 | 3A |
| Octal | 275 | 331 | 121 | 15 | 0 | 77 | 17 | 110 | 100 | 72 |
| Binary | 10111101 | 11011001 | 1010001 | 1101 | 0 | 111111 | 1111 | 1001000 | 1000000 | 111010 |
Color Harmonies of #BDD951
Complementary color
Monochromatic Colors of #BDD951
Black with #BDD951
Text Example
Text Example
White with #BDD951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD951; }
p { color: rgb(189,217,81); }
H1.HeaderClassName
{
color: #BDD951;
}
.AnyTagClassName
{
color: #BDD951;
}
</style>
background-color css
<style>
a { background-color: #BDD951; }
a { background-color: rgb(189,217,81); }
div.DivClassName
{
background-color: #BDD951;
}
.BgClassName
{
background-color: #BDD951;
}
</style>
border-color css
<style>
span { border-color: #BDD951; }
span { border-color: rgb(189,217,81); }
td.TdClassName
{
border-color: #BDD951;
}
.TagClassName
{
border-color: #BDD951;
}
</style>