Shades of Conifer #BCD95B
Tints of Conifer #BCD95B
RGB
CMYK
RGB Variations
Color information
#BCD95B (or 0xBCD95B) is known color: Conifer. HEX triplet: BC, D9 and 5B. RGB value is (188,217,91). Sum of RGB (Red+Green+Blue) = 188+217+91=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD95B is #4326A4. Grayscale: #C2C2C2. Windows color (decimal): -4400805 or 6019516. OLE color: 6019516.
HSL color Cylindrical-coordinate representation of color #BCD95B: hue angle of 73.81º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCD95B is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 91 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.15 |
| HSL | 73.81º | 0.62% | 0.6% | - |
| HSV(B) | 73.81º | 0.58% | 0.85% | - |
| XYZ | 47.44 | 61.07 | 19.19 | - |
| YUV | 193.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 91 | 0.13 | 0 | 0.58 | 0.15 | 73.81 | 0.62 | 0.6 |
| Hex | BC | D9 | 5B | D | 0 | 3A | F | 4A | 3E | 3C |
| Octal | 274 | 331 | 133 | 15 | 0 | 72 | 17 | 112 | 76 | 74 |
| Binary | 10111100 | 11011001 | 1011011 | 1101 | 0 | 111010 | 1111 | 1001010 | 111110 | 111100 |
Color Harmonies of #BCD95B
Complementary color
Monochromatic Colors of #BCD95B
Black with #BCD95B
Text Example
Text Example
White with #BCD95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD95B; }
p { color: rgb(188,217,91); }
H1.HeaderClassName
{
color: #BCD95B;
}
.AnyTagClassName
{
color: #BCD95B;
}
</style>
background-color css
<style>
a { background-color: #BCD95B; }
a { background-color: rgb(188,217,91); }
div.DivClassName
{
background-color: #BCD95B;
}
.BgClassName
{
background-color: #BCD95B;
}
</style>
border-color css
<style>
span { border-color: #BCD95B; }
span { border-color: rgb(188,217,91); }
td.TdClassName
{
border-color: #BCD95B;
}
.TagClassName
{
border-color: #BCD95B;
}
</style>