Shades of Pine Glade #BCC08B
Tints of Pine Glade #BCC08B
RGB
CMYK
RGB Variations
Color information
#BCC08B (or 0xBCC08B) is known color: Pine Glade. HEX triplet: BC, C0 and 8B. RGB value is (188,192,139). Sum of RGB (Red+Green+Blue) = 188+192+139=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC08B is #433F74. Grayscale: #B8B8B8. Windows color (decimal): -4407157 or 9158844. OLE color: 9158844.
HSL color Cylindrical-coordinate representation of color #BCC08B: hue angle of 64.53º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCC08B is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 139 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.25 |
| HSL | 64.53º | 0.3% | 0.65% | - |
| HSV(B) | 64.53º | 0.28% | 0.75% | - |
| XYZ | 44.25 | 50.25 | 31.79 | - |
| YUV | 184.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 139 | 0.02 | 0 | 0.28 | 0.25 | 64.53 | 0.3 | 0.65 |
| Hex | BC | C0 | 8B | 2 | 0 | 1C | 19 | 41 | 1E | 41 |
| Octal | 274 | 300 | 213 | 2 | 0 | 34 | 31 | 101 | 36 | 101 |
| Binary | 10111100 | 11000000 | 10001011 | 10 | 0 | 11100 | 11001 | 1000001 | 11110 | 1000001 |
Color Harmonies of #BCC08B
Complementary color
Monochromatic Colors of #BCC08B
Black with #BCC08B
Text Example
Text Example
White with #BCC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC08B; }
p { color: rgb(188,192,139); }
H1.HeaderClassName
{
color: #BCC08B;
}
.AnyTagClassName
{
color: #BCC08B;
}
</style>
background-color css
<style>
a { background-color: #BCC08B; }
a { background-color: rgb(188,192,139); }
div.DivClassName
{
background-color: #BCC08B;
}
.BgClassName
{
background-color: #BCC08B;
}
</style>
border-color css
<style>
span { border-color: #BCC08B; }
span { border-color: rgb(188,192,139); }
td.TdClassName
{
border-color: #BCC08B;
}
.TagClassName
{
border-color: #BCC08B;
}
</style>