Shades of Conifer #BCD951
Tints of Conifer #BCD951
RGB
CMYK
RGB Variations
Color information
#BCD951 (or 0xBCD951) is known color: Conifer. HEX triplet: BC, D9 and 51. RGB value is (188,217,81). Sum of RGB (Red+Green+Blue) = 188+217+81=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD951 is #4326AE. Grayscale: #C1C1C1. Windows color (decimal): -4400815 or 5364156. OLE color: 5364156.
HSL color Cylindrical-coordinate representation of color #BCD951: hue angle of 72.79º 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 #BCD951 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 81 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.15 |
| HSL | 72.79º | 0.64% | 0.58% | - |
| HSV(B) | 72.79º | 0.63% | 0.85% | - |
| XYZ | 47.04 | 60.91 | 17.06 | - |
| YUV | 192.83 | 64.89 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 81 | 0.13 | 0 | 0.63 | 0.15 | 72.79 | 0.64 | 0.58 |
| Hex | BC | D9 | 51 | D | 0 | 3F | F | 49 | 40 | 3A |
| Octal | 274 | 331 | 121 | 15 | 0 | 77 | 17 | 111 | 100 | 72 |
| Binary | 10111100 | 11011001 | 1010001 | 1101 | 0 | 111111 | 1111 | 1001001 | 1000000 | 111010 |
Color Harmonies of #BCD951
Complementary color
Monochromatic Colors of #BCD951
Black with #BCD951
Text Example
Text Example
White with #BCD951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD951; }
p { color: rgb(188,217,81); }
H1.HeaderClassName
{
color: #BCD951;
}
.AnyTagClassName
{
color: #BCD951;
}
</style>
background-color css
<style>
a { background-color: #BCD951; }
a { background-color: rgb(188,217,81); }
div.DivClassName
{
background-color: #BCD951;
}
.BgClassName
{
background-color: #BCD951;
}
</style>
border-color css
<style>
span { border-color: #BCD951; }
span { border-color: rgb(188,217,81); }
td.TdClassName
{
border-color: #BCD951;
}
.TagClassName
{
border-color: #BCD951;
}
</style>