Shades of Conifer #BCD747
Tints of Conifer #BCD747
RGB
CMYK
RGB Variations
Color information
#BCD747 (or 0xBCD747) is known color: Conifer. HEX triplet: BC, D7 and 47. RGB value is (188,215,71). Sum of RGB (Red+Green+Blue) = 188+215+71=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD747 is #4328B8. Grayscale: #BFBFBF. Windows color (decimal): -4401337 or 4708284. OLE color: 4708284.
HSL color Cylindrical-coordinate representation of color #BCD747: hue angle of 71.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCD747 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 71 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.16 |
| HSL | 71.25º | 0.64% | 0.56% | - |
| HSV(B) | 71.25º | 0.67% | 0.84% | - |
| XYZ | 46.18 | 59.75 | 15.06 | - |
| YUV | 190.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 71 | 0.13 | 0 | 0.67 | 0.16 | 71.25 | 0.64 | 0.56 |
| Hex | BC | D7 | 47 | D | 0 | 43 | 10 | 47 | 40 | 38 |
| Octal | 274 | 327 | 107 | 15 | 0 | 103 | 20 | 107 | 100 | 70 |
| Binary | 10111100 | 11010111 | 1000111 | 1101 | 0 | 1000011 | 10000 | 1000111 | 1000000 | 111000 |
Color Harmonies of #BCD747
Complementary color
Monochromatic Colors of #BCD747
Black with #BCD747
Text Example
Text Example
White with #BCD747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD747; }
p { color: rgb(188,215,71); }
H1.HeaderClassName
{
color: #BCD747;
}
.AnyTagClassName
{
color: #BCD747;
}
</style>
background-color css
<style>
a { background-color: #BCD747; }
a { background-color: rgb(188,215,71); }
div.DivClassName
{
background-color: #BCD747;
}
.BgClassName
{
background-color: #BCD747;
}
</style>
border-color css
<style>
span { border-color: #BCD747; }
span { border-color: rgb(188,215,71); }
td.TdClassName
{
border-color: #BCD747;
}
.TagClassName
{
border-color: #BCD747;
}
</style>