Shades of Conifer #BCD94D
Tints of Conifer #BCD94D
RGB
CMYK
RGB Variations
Color information
#BCD94D (or 0xBCD94D) is known color: Conifer. HEX triplet: BC, D9 and 4D. RGB value is (188,217,77). Sum of RGB (Red+Green+Blue) = 188+217+77=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD94D is #4326B2. Grayscale: #C0C0C0. Windows color (decimal): -4400819 or 5102012. OLE color: 5102012.
HSL color Cylindrical-coordinate representation of color #BCD94D: hue angle of 72.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCD94D is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 77 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.15 |
| HSL | 72.43º | 0.65% | 0.58% | - |
| HSV(B) | 72.43º | 0.65% | 0.85% | - |
| XYZ | 46.89 | 60.85 | 16.3 | - |
| YUV | 192.37 | 62.89 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 77 | 0.13 | 0 | 0.65 | 0.15 | 72.43 | 0.65 | 0.58 |
| Hex | BC | D9 | 4D | D | 0 | 41 | F | 48 | 41 | 3A |
| Octal | 274 | 331 | 115 | 15 | 0 | 101 | 17 | 110 | 101 | 72 |
| Binary | 10111100 | 11011001 | 1001101 | 1101 | 0 | 1000001 | 1111 | 1001000 | 1000001 | 111010 |
Color Harmonies of #BCD94D
Complementary color
Monochromatic Colors of #BCD94D
Black with #BCD94D
Text Example
Text Example
White with #BCD94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD94D; }
p { color: rgb(188,217,77); }
H1.HeaderClassName
{
color: #BCD94D;
}
.AnyTagClassName
{
color: #BCD94D;
}
</style>
background-color css
<style>
a { background-color: #BCD94D; }
a { background-color: rgb(188,217,77); }
div.DivClassName
{
background-color: #BCD94D;
}
.BgClassName
{
background-color: #BCD94D;
}
</style>
border-color css
<style>
span { border-color: #BCD94D; }
span { border-color: rgb(188,217,77); }
td.TdClassName
{
border-color: #BCD94D;
}
.TagClassName
{
border-color: #BCD94D;
}
</style>