Shades of Conifer #BCD94B
Tints of Conifer #BCD94B
RGB
CMYK
RGB Variations
Color information
#BCD94B (or 0xBCD94B) is known color: Conifer. HEX triplet: BC, D9 and 4B. RGB value is (188,217,75). Sum of RGB (Red+Green+Blue) = 188+217+75=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD94B is #4326B4. Grayscale: #C0C0C0. Windows color (decimal): -4400821 or 4970940. OLE color: 4970940.
HSL color Cylindrical-coordinate representation of color #BCD94B: hue angle of 72.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCD94B is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 75 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.15 |
| HSL | 72.25º | 0.65% | 0.57% | - |
| HSV(B) | 72.25º | 0.65% | 0.85% | - |
| XYZ | 46.82 | 60.83 | 15.93 | - |
| YUV | 192.14 | 61.89 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 75 | 0.13 | 0 | 0.65 | 0.15 | 72.25 | 0.65 | 0.57 |
| Hex | BC | D9 | 4B | D | 0 | 41 | F | 48 | 41 | 39 |
| Octal | 274 | 331 | 113 | 15 | 0 | 101 | 17 | 110 | 101 | 71 |
| Binary | 10111100 | 11011001 | 1001011 | 1101 | 0 | 1000001 | 1111 | 1001000 | 1000001 | 111001 |
Color Harmonies of #BCD94B
Complementary color
Monochromatic Colors of #BCD94B
Black with #BCD94B
Text Example
Text Example
White with #BCD94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD94B; }
p { color: rgb(188,217,75); }
H1.HeaderClassName
{
color: #BCD94B;
}
.AnyTagClassName
{
color: #BCD94B;
}
</style>
background-color css
<style>
a { background-color: #BCD94B; }
a { background-color: rgb(188,217,75); }
div.DivClassName
{
background-color: #BCD94B;
}
.BgClassName
{
background-color: #BCD94B;
}
</style>
border-color css
<style>
span { border-color: #BCD94B; }
span { border-color: rgb(188,217,75); }
td.TdClassName
{
border-color: #BCD94B;
}
.TagClassName
{
border-color: #BCD94B;
}
</style>