Shades of Conifer #BDD856
Tints of Conifer #BDD856
RGB
CMYK
RGB Variations
Color information
#BDD856 (or 0xBDD856) is known color: Conifer. HEX triplet: BD, D8 and 56. RGB value is (189,216,86). Sum of RGB (Red+Green+Blue) = 189+216+86=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD856 is #4227A9. Grayscale: #C1C1C1. Windows color (decimal): -4335530 or 5691581. OLE color: 5691581.
HSL color Cylindrical-coordinate representation of color #BDD856: hue angle of 72.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDD856 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 86 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.15 |
| HSL | 72.46º | 0.63% | 0.59% | - |
| HSV(B) | 72.46º | 0.6% | 0.85% | - |
| XYZ | 47.22 | 60.6 | 18.01 | - |
| YUV | 193.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 86 | 0.12 | 0 | 0.60 | 0.15 | 72.46 | 0.63 | 0.59 |
| Hex | BD | D8 | 56 | C | 0 | 3C | F | 48 | 3E | 3B |
| Octal | 275 | 330 | 126 | 14 | 0 | 74 | 17 | 110 | 76 | 73 |
| Binary | 10111101 | 11011000 | 1010110 | 1100 | 0 | 111100 | 1111 | 1001000 | 111110 | 111011 |
Color Harmonies of #BDD856
Complementary color
Monochromatic Colors of #BDD856
Black with #BDD856
Text Example
Text Example
White with #BDD856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD856; }
p { color: rgb(189,216,86); }
H1.HeaderClassName
{
color: #BDD856;
}
.AnyTagClassName
{
color: #BDD856;
}
</style>
background-color css
<style>
a { background-color: #BDD856; }
a { background-color: rgb(189,216,86); }
div.DivClassName
{
background-color: #BDD856;
}
.BgClassName
{
background-color: #BDD856;
}
</style>
border-color css
<style>
span { border-color: #BDD856; }
span { border-color: rgb(189,216,86); }
td.TdClassName
{
border-color: #BDD856;
}
.TagClassName
{
border-color: #BDD856;
}
</style>