Shades of Conifer #BDD651
Tints of Conifer #BDD651
RGB
CMYK
RGB Variations
Color information
#BDD651 (or 0xBDD651) is known color: Conifer. HEX triplet: BD, D6 and 51. RGB value is (189,214,81). Sum of RGB (Red+Green+Blue) = 189+214+81=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD651 is #4229AE. Grayscale: #BFBFBF. Windows color (decimal): -4336047 or 5363389. OLE color: 5363389.
HSL color Cylindrical-coordinate representation of color #BDD651: hue angle of 71.28º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDD651 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 81 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.16 |
| HSL | 71.28º | 0.62% | 0.58% | - |
| HSV(B) | 71.28º | 0.62% | 0.84% | - |
| XYZ | 46.52 | 59.51 | 16.82 | - |
| YUV | 191.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 81 | 0.12 | 0 | 0.62 | 0.16 | 71.28 | 0.62 | 0.58 |
| Hex | BD | D6 | 51 | C | 0 | 3E | 10 | 47 | 3E | 3A |
| Octal | 275 | 326 | 121 | 14 | 0 | 76 | 20 | 107 | 76 | 72 |
| Binary | 10111101 | 11010110 | 1010001 | 1100 | 0 | 111110 | 10000 | 1000111 | 111110 | 111010 |
Color Harmonies of #BDD651
Complementary color
Monochromatic Colors of #BDD651
Black with #BDD651
Text Example
Text Example
White with #BDD651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD651; }
p { color: rgb(189,214,81); }
H1.HeaderClassName
{
color: #BDD651;
}
.AnyTagClassName
{
color: #BDD651;
}
</style>
background-color css
<style>
a { background-color: #BDD651; }
a { background-color: rgb(189,214,81); }
div.DivClassName
{
background-color: #BDD651;
}
.BgClassName
{
background-color: #BDD651;
}
</style>
border-color css
<style>
span { border-color: #BDD651; }
span { border-color: rgb(189,214,81); }
td.TdClassName
{
border-color: #BDD651;
}
.TagClassName
{
border-color: #BDD651;
}
</style>