Shades of Conifer #BDD855
Tints of Conifer #BDD855
RGB
CMYK
RGB Variations
Color information
#BDD855 (or 0xBDD855) is known color: Conifer. HEX triplet: BD, D8 and 55. RGB value is (189,216,85). Sum of RGB (Red+Green+Blue) = 189+216+85=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD855 is #4227AA. Grayscale: #C1C1C1. Windows color (decimal): -4335531 or 5626045. OLE color: 5626045.
HSL color Cylindrical-coordinate representation of color #BDD855: hue angle of 72.37º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDD855 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 85 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.15 |
| HSL | 72.37º | 0.63% | 0.59% | - |
| HSV(B) | 72.37º | 0.61% | 0.85% | - |
| XYZ | 47.18 | 60.59 | 17.8 | - |
| YUV | 192.99 | 67.05 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 85 | 0.12 | 0 | 0.61 | 0.15 | 72.37 | 0.63 | 0.59 |
| Hex | BD | D8 | 55 | C | 0 | 3D | F | 48 | 3F | 3B |
| Octal | 275 | 330 | 125 | 14 | 0 | 75 | 17 | 110 | 77 | 73 |
| Binary | 10111101 | 11011000 | 1010101 | 1100 | 0 | 111101 | 1111 | 1001000 | 111111 | 111011 |
Color Harmonies of #BDD855
Complementary color
Monochromatic Colors of #BDD855
Black with #BDD855
Text Example
Text Example
White with #BDD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD855; }
p { color: rgb(189,216,85); }
H1.HeaderClassName
{
color: #BDD855;
}
.AnyTagClassName
{
color: #BDD855;
}
</style>
background-color css
<style>
a { background-color: #BDD855; }
a { background-color: rgb(189,216,85); }
div.DivClassName
{
background-color: #BDD855;
}
.BgClassName
{
background-color: #BDD855;
}
</style>
border-color css
<style>
span { border-color: #BDD855; }
span { border-color: rgb(189,216,85); }
td.TdClassName
{
border-color: #BDD855;
}
.TagClassName
{
border-color: #BDD855;
}
</style>