Shades of Conifer #BCD550
Tints of Conifer #BCD550
RGB
CMYK
RGB Variations
Color information
#BCD550 (or 0xBCD550) is known color: Conifer. HEX triplet: BC, D5 and 50. RGB value is (188,213,80). Sum of RGB (Red+Green+Blue) = 188+213+80=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD550 is #432AAF. Grayscale: #BEBEBE. Windows color (decimal): -4401840 or 5297596. OLE color: 5297596.
HSL color Cylindrical-coordinate representation of color #BCD550: hue angle of 71.28º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCD550 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 80 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.16 |
| HSL | 71.28º | 0.61% | 0.57% | - |
| HSV(B) | 71.28º | 0.62% | 0.84% | - |
| XYZ | 45.98 | 58.86 | 16.53 | - |
| YUV | 190.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 80 | 0.12 | 0 | 0.62 | 0.16 | 71.28 | 0.61 | 0.57 |
| Hex | BC | D5 | 50 | C | 0 | 3E | 10 | 47 | 3D | 39 |
| Octal | 274 | 325 | 120 | 14 | 0 | 76 | 20 | 107 | 75 | 71 |
| Binary | 10111100 | 11010101 | 1010000 | 1100 | 0 | 111110 | 10000 | 1000111 | 111101 | 111001 |
Color Harmonies of #BCD550
Complementary color
Monochromatic Colors of #BCD550
Black with #BCD550
Text Example
Text Example
White with #BCD550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD550; }
p { color: rgb(188,213,80); }
H1.HeaderClassName
{
color: #BCD550;
}
.AnyTagClassName
{
color: #BCD550;
}
</style>
background-color css
<style>
a { background-color: #BCD550; }
a { background-color: rgb(188,213,80); }
div.DivClassName
{
background-color: #BCD550;
}
.BgClassName
{
background-color: #BCD550;
}
</style>
border-color css
<style>
span { border-color: #BCD550; }
span { border-color: rgb(188,213,80); }
td.TdClassName
{
border-color: #BCD550;
}
.TagClassName
{
border-color: #BCD550;
}
</style>