Shades of Conifer #BCD850
Tints of Conifer #BCD850
RGB
CMYK
RGB Variations
Color information
#BCD850 (or 0xBCD850) is known color: Conifer. HEX triplet: BC, D8 and 50. RGB value is (188,216,80). Sum of RGB (Red+Green+Blue) = 188+216+80=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD850 is #4327AF. Grayscale: #C0C0C0. Windows color (decimal): -4401072 or 5298364. OLE color: 5298364.
HSL color Cylindrical-coordinate representation of color #BCD850: hue angle of 72.35º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCD850 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 80 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.15 |
| HSL | 72.35º | 0.64% | 0.58% | - |
| HSV(B) | 72.35º | 0.63% | 0.85% | - |
| XYZ | 46.74 | 60.38 | 16.78 | - |
| YUV | 192.12 | 64.72 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 80 | 0.13 | 0 | 0.63 | 0.15 | 72.35 | 0.64 | 0.58 |
| Hex | BC | D8 | 50 | D | 0 | 3F | F | 48 | 40 | 3A |
| Octal | 274 | 330 | 120 | 15 | 0 | 77 | 17 | 110 | 100 | 72 |
| Binary | 10111100 | 11011000 | 1010000 | 1101 | 0 | 111111 | 1111 | 1001000 | 1000000 | 111010 |
Color Harmonies of #BCD850
Complementary color
Monochromatic Colors of #BCD850
Black with #BCD850
Text Example
Text Example
White with #BCD850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD850; }
p { color: rgb(188,216,80); }
H1.HeaderClassName
{
color: #BCD850;
}
.AnyTagClassName
{
color: #BCD850;
}
</style>
background-color css
<style>
a { background-color: #BCD850; }
a { background-color: rgb(188,216,80); }
div.DivClassName
{
background-color: #BCD850;
}
.BgClassName
{
background-color: #BCD850;
}
</style>
border-color css
<style>
span { border-color: #BCD850; }
span { border-color: rgb(188,216,80); }
td.TdClassName
{
border-color: #BCD850;
}
.TagClassName
{
border-color: #BCD850;
}
</style>