Shades of Conifer #BCD85B
Tints of Conifer #BCD85B
RGB
CMYK
RGB Variations
Color information
#BCD85B (or 0xBCD85B) is known color: Conifer. HEX triplet: BC, D8 and 5B. RGB value is (188,216,91). Sum of RGB (Red+Green+Blue) = 188+216+91=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD85B is #4327A4. Grayscale: #C1C1C1. Windows color (decimal): -4401061 or 6019260. OLE color: 6019260.
HSL color Cylindrical-coordinate representation of color #BCD85B: hue angle of 73.44º 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 #BCD85B is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 91 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.15 |
| HSL | 73.44º | 0.62% | 0.6% | - |
| HSV(B) | 73.44º | 0.58% | 0.85% | - |
| XYZ | 47.18 | 60.56 | 19.1 | - |
| YUV | 193.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 91 | 0.13 | 0 | 0.58 | 0.15 | 73.44 | 0.62 | 0.6 |
| Hex | BC | D8 | 5B | D | 0 | 3A | F | 49 | 3E | 3C |
| Octal | 274 | 330 | 133 | 15 | 0 | 72 | 17 | 111 | 76 | 74 |
| Binary | 10111100 | 11011000 | 1011011 | 1101 | 0 | 111010 | 1111 | 1001001 | 111110 | 111100 |
Color Harmonies of #BCD85B
Complementary color
Monochromatic Colors of #BCD85B
Black with #BCD85B
Text Example
Text Example
White with #BCD85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD85B; }
p { color: rgb(188,216,91); }
H1.HeaderClassName
{
color: #BCD85B;
}
.AnyTagClassName
{
color: #BCD85B;
}
</style>
background-color css
<style>
a { background-color: #BCD85B; }
a { background-color: rgb(188,216,91); }
div.DivClassName
{
background-color: #BCD85B;
}
.BgClassName
{
background-color: #BCD85B;
}
</style>
border-color css
<style>
span { border-color: #BCD85B; }
span { border-color: rgb(188,216,91); }
td.TdClassName
{
border-color: #BCD85B;
}
.TagClassName
{
border-color: #BCD85B;
}
</style>