Shades of Pine Glade #BCC87B
Tints of Pine Glade #BCC87B
RGB
CMYK
RGB Variations
Color information
#BCC87B (or 0xBCC87B) is known color: Pine Glade. HEX triplet: BC, C8 and 7B. RGB value is (188,200,123). Sum of RGB (Red+Green+Blue) = 188+200+123=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC87B is #433784. Grayscale: #BBBBBB. Windows color (decimal): -4405125 or 8112316. OLE color: 8112316.
HSL color Cylindrical-coordinate representation of color #BCC87B: hue angle of 69.35º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCC87B is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 123 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.22 |
| HSL | 69.35º | 0.41% | 0.63% | - |
| HSV(B) | 69.35º | 0.39% | 0.78% | - |
| XYZ | 44.97 | 53.43 | 26.68 | - |
| YUV | 187.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 123 | 0.06 | 0 | 0.38 | 0.22 | 69.35 | 0.41 | 0.63 |
| Hex | BC | C8 | 7B | 6 | 0 | 26 | 16 | 45 | 29 | 3F |
| Octal | 274 | 310 | 173 | 6 | 0 | 46 | 26 | 105 | 51 | 77 |
| Binary | 10111100 | 11001000 | 1111011 | 110 | 0 | 100110 | 10110 | 1000101 | 101001 | 111111 |
Color Harmonies of #BCC87B
Complementary color
Monochromatic Colors of #BCC87B
Black with #BCC87B
Text Example
Text Example
White with #BCC87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC87B; }
p { color: rgb(188,200,123); }
H1.HeaderClassName
{
color: #BCC87B;
}
.AnyTagClassName
{
color: #BCC87B;
}
</style>
background-color css
<style>
a { background-color: #BCC87B; }
a { background-color: rgb(188,200,123); }
div.DivClassName
{
background-color: #BCC87B;
}
.BgClassName
{
background-color: #BCC87B;
}
</style>
border-color css
<style>
span { border-color: #BCC87B; }
span { border-color: rgb(188,200,123); }
td.TdClassName
{
border-color: #BCC87B;
}
.TagClassName
{
border-color: #BCC87B;
}
</style>