Shades of Pine Glade #BCC489
Tints of Pine Glade #BCC489
RGB
CMYK
RGB Variations
Color information
#BCC489 (or 0xBCC489) is known color: Pine Glade. HEX triplet: BC, C4 and 89. RGB value is (188,196,137). Sum of RGB (Red+Green+Blue) = 188+196+137=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC489 is #433B76. Grayscale: #BBBBBB. Windows color (decimal): -4406135 or 9028796. OLE color: 9028796.
HSL color Cylindrical-coordinate representation of color #BCC489: hue angle of 68.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCC489 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 137 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.23 |
| HSL | 68.14º | 0.33% | 0.65% | - |
| HSV(B) | 68.14º | 0.3% | 0.77% | - |
| XYZ | 44.99 | 51.98 | 31.33 | - |
| YUV | 186.88 | 99.85 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 137 | 0.04 | 0 | 0.30 | 0.23 | 68.14 | 0.33 | 0.65 |
| Hex | BC | C4 | 89 | 4 | 0 | 1E | 17 | 44 | 21 | 41 |
| Octal | 274 | 304 | 211 | 4 | 0 | 36 | 27 | 104 | 41 | 101 |
| Binary | 10111100 | 11000100 | 10001001 | 100 | 0 | 11110 | 10111 | 1000100 | 100001 | 1000001 |
Color Harmonies of #BCC489
Complementary color
Monochromatic Colors of #BCC489
Black with #BCC489
Text Example
Text Example
White with #BCC489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC489; }
p { color: rgb(188,196,137); }
H1.HeaderClassName
{
color: #BCC489;
}
.AnyTagClassName
{
color: #BCC489;
}
</style>
background-color css
<style>
a { background-color: #BCC489; }
a { background-color: rgb(188,196,137); }
div.DivClassName
{
background-color: #BCC489;
}
.BgClassName
{
background-color: #BCC489;
}
</style>
border-color css
<style>
span { border-color: #BCC489; }
span { border-color: rgb(188,196,137); }
td.TdClassName
{
border-color: #BCC489;
}
.TagClassName
{
border-color: #BCC489;
}
</style>