Shades of Conifer #BDE159
Tints of Conifer #BDE159
RGB
CMYK
RGB Variations
Color information
#BDE159 (or 0xBDE159) is known color: Conifer. HEX triplet: BD, E1 and 59. RGB value is (189,225,89). Sum of RGB (Red+Green+Blue) = 189+225+89=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE159 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE159 is #421EA6. Grayscale: #C7C7C7. Windows color (decimal): -4333223 or 5890493. OLE color: 5890493.
HSL color Cylindrical-coordinate representation of color #BDE159: hue angle of 75.88º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDE159 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 89 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.12 |
| HSL | 75.88º | 0.69% | 0.62% | - |
| HSV(B) | 75.88º | 0.6% | 0.88% | - |
| XYZ | 49.71 | 65.39 | 19.45 | - |
| YUV | 198.73 | 66.07 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 89 | 0.16 | 0 | 0.60 | 0.12 | 75.88 | 0.69 | 0.62 |
| Hex | BD | E1 | 59 | 10 | 0 | 3C | C | 4C | 45 | 3E |
| Octal | 275 | 341 | 131 | 20 | 0 | 74 | 14 | 114 | 105 | 76 |
| Binary | 10111101 | 11100001 | 1011001 | 10000 | 0 | 111100 | 1100 | 1001100 | 1000101 | 111110 |
Color Harmonies of #BDE159
Complementary color
Monochromatic Colors of #BDE159
Black with #BDE159
Text Example
Text Example
White with #BDE159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE159; }
p { color: rgb(189,225,89); }
H1.HeaderClassName
{
color: #BDE159;
}
.AnyTagClassName
{
color: #BDE159;
}
</style>
background-color css
<style>
a { background-color: #BDE159; }
a { background-color: rgb(189,225,89); }
div.DivClassName
{
background-color: #BDE159;
}
.BgClassName
{
background-color: #BDE159;
}
</style>
border-color css
<style>
span { border-color: #BDE159; }
span { border-color: rgb(189,225,89); }
td.TdClassName
{
border-color: #BDE159;
}
.TagClassName
{
border-color: #BDE159;
}
</style>