Shades of Conifer #BCD947
Tints of Conifer #BCD947
RGB
CMYK
RGB Variations
Color information
#BCD947 (or 0xBCD947) is known color: Conifer. HEX triplet: BC, D9 and 47. RGB value is (188,217,71). Sum of RGB (Red+Green+Blue) = 188+217+71=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD947 is #4326B8. Grayscale: #C0C0C0. Windows color (decimal): -4400825 or 4708796. OLE color: 4708796.
HSL color Cylindrical-coordinate representation of color #BCD947: hue angle of 71.92º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCD947 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 71 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.15 |
| HSL | 71.92º | 0.66% | 0.56% | - |
| HSV(B) | 71.92º | 0.67% | 0.85% | - |
| XYZ | 46.69 | 60.77 | 15.23 | - |
| YUV | 191.69 | 59.89 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 71 | 0.13 | 0 | 0.67 | 0.15 | 71.92 | 0.66 | 0.56 |
| Hex | BC | D9 | 47 | D | 0 | 43 | F | 48 | 42 | 38 |
| Octal | 274 | 331 | 107 | 15 | 0 | 103 | 17 | 110 | 102 | 70 |
| Binary | 10111100 | 11011001 | 1000111 | 1101 | 0 | 1000011 | 1111 | 1001000 | 1000010 | 111000 |
Color Harmonies of #BCD947
Complementary color
Monochromatic Colors of #BCD947
Black with #BCD947
Text Example
Text Example
White with #BCD947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD947; }
p { color: rgb(188,217,71); }
H1.HeaderClassName
{
color: #BCD947;
}
.AnyTagClassName
{
color: #BCD947;
}
</style>
background-color css
<style>
a { background-color: #BCD947; }
a { background-color: rgb(188,217,71); }
div.DivClassName
{
background-color: #BCD947;
}
.BgClassName
{
background-color: #BCD947;
}
</style>
border-color css
<style>
span { border-color: #BCD947; }
span { border-color: rgb(188,217,71); }
td.TdClassName
{
border-color: #BCD947;
}
.TagClassName
{
border-color: #BCD947;
}
</style>