Shades of Pine Glade #BCC08A
Tints of Pine Glade #BCC08A
RGB
CMYK
RGB Variations
Color information
#BCC08A (or 0xBCC08A) is known color: Pine Glade. HEX triplet: BC, C0 and 8A. RGB value is (188,192,138). Sum of RGB (Red+Green+Blue) = 188+192+138=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC08A is #433F75. Grayscale: #B8B8B8. Windows color (decimal): -4407158 or 9093308. OLE color: 9093308.
HSL color Cylindrical-coordinate representation of color #BCC08A: hue angle of 64.44º 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 #BCC08A is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 138 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.25 |
| HSL | 64.44º | 0.3% | 0.65% | - |
| HSV(B) | 64.44º | 0.28% | 0.75% | - |
| XYZ | 44.18 | 50.23 | 31.41 | - |
| YUV | 184.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 138 | 0.02 | 0 | 0.28 | 0.25 | 64.44 | 0.3 | 0.65 |
| Hex | BC | C0 | 8A | 2 | 0 | 1C | 19 | 40 | 1E | 41 |
| Octal | 274 | 300 | 212 | 2 | 0 | 34 | 31 | 100 | 36 | 101 |
| Binary | 10111100 | 11000000 | 10001010 | 10 | 0 | 11100 | 11001 | 1000000 | 11110 | 1000001 |
Color Harmonies of #BCC08A
Complementary color
Monochromatic Colors of #BCC08A
Black with #BCC08A
Text Example
Text Example
White with #BCC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC08A; }
p { color: rgb(188,192,138); }
H1.HeaderClassName
{
color: #BCC08A;
}
.AnyTagClassName
{
color: #BCC08A;
}
</style>
background-color css
<style>
a { background-color: #BCC08A; }
a { background-color: rgb(188,192,138); }
div.DivClassName
{
background-color: #BCC08A;
}
.BgClassName
{
background-color: #BCC08A;
}
</style>
border-color css
<style>
span { border-color: #BCC08A; }
span { border-color: rgb(188,192,138); }
td.TdClassName
{
border-color: #BCC08A;
}
.TagClassName
{
border-color: #BCC08A;
}
</style>