Shades of Pine Glade #BCC689
Tints of Pine Glade #BCC689
RGB
CMYK
RGB Variations
Color information
#BCC689 (or 0xBCC689) is known color: Pine Glade. HEX triplet: BC, C6 and 89. RGB value is (188,198,137). Sum of RGB (Red+Green+Blue) = 188+198+137=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC689 is #433976. Grayscale: #BCBCBC. Windows color (decimal): -4405623 or 9029308. OLE color: 9029308.
HSL color Cylindrical-coordinate representation of color #BCC689: hue angle of 69.84º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCC689 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 137 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.22 |
| HSL | 69.84º | 0.35% | 0.66% | - |
| HSV(B) | 69.84º | 0.31% | 0.78% | - |
| XYZ | 45.45 | 52.89 | 31.48 | - |
| YUV | 188.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 137 | 0.05 | 0 | 0.31 | 0.22 | 69.84 | 0.35 | 0.66 |
| Hex | BC | C6 | 89 | 5 | 0 | 1F | 16 | 46 | 23 | 42 |
| Octal | 274 | 306 | 211 | 5 | 0 | 37 | 26 | 106 | 43 | 102 |
| Binary | 10111100 | 11000110 | 10001001 | 101 | 0 | 11111 | 10110 | 1000110 | 100011 | 1000010 |
Color Harmonies of #BCC689
Complementary color
Monochromatic Colors of #BCC689
Black with #BCC689
Text Example
Text Example
White with #BCC689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC689; }
p { color: rgb(188,198,137); }
H1.HeaderClassName
{
color: #BCC689;
}
.AnyTagClassName
{
color: #BCC689;
}
</style>
background-color css
<style>
a { background-color: #BCC689; }
a { background-color: rgb(188,198,137); }
div.DivClassName
{
background-color: #BCC689;
}
.BgClassName
{
background-color: #BCC689;
}
</style>
border-color css
<style>
span { border-color: #BCC689; }
span { border-color: rgb(188,198,137); }
td.TdClassName
{
border-color: #BCC689;
}
.TagClassName
{
border-color: #BCC689;
}
</style>