Shades of Pine Glade #BFC989
Tints of Pine Glade #BFC989
RGB
CMYK
RGB Variations
Color information
#BFC989 (or 0xBFC989) is known color: Pine Glade. HEX triplet: BF, C9 and 89. RGB value is (191,201,137). Sum of RGB (Red+Green+Blue) = 191+201+137=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC989 is #403676. Grayscale: #BEBEBE. Windows color (decimal): -4208247 or 9030079. OLE color: 9030079.
HSL color Cylindrical-coordinate representation of color #BFC989: hue angle of 69.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC989 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 137 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.21 |
| HSL | 69.38º | 0.37% | 0.66% | - |
| HSV(B) | 69.38º | 0.32% | 0.79% | - |
| XYZ | 46.89 | 54.66 | 31.75 | - |
| YUV | 190.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 137 | 0.05 | 0 | 0.32 | 0.21 | 69.38 | 0.37 | 0.66 |
| Hex | BF | C9 | 89 | 5 | 0 | 20 | 15 | 45 | 25 | 42 |
| Octal | 277 | 311 | 211 | 5 | 0 | 40 | 25 | 105 | 45 | 102 |
| Binary | 10111111 | 11001001 | 10001001 | 101 | 0 | 100000 | 10101 | 1000101 | 100101 | 1000010 |
Color Harmonies of #BFC989
Complementary color
Monochromatic Colors of #BFC989
Black with #BFC989
Text Example
Text Example
White with #BFC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC989; }
p { color: rgb(191,201,137); }
H1.HeaderClassName
{
color: #BFC989;
}
.AnyTagClassName
{
color: #BFC989;
}
</style>
background-color css
<style>
a { background-color: #BFC989; }
a { background-color: rgb(191,201,137); }
div.DivClassName
{
background-color: #BFC989;
}
.BgClassName
{
background-color: #BFC989;
}
</style>
border-color css
<style>
span { border-color: #BFC989; }
span { border-color: rgb(191,201,137); }
td.TdClassName
{
border-color: #BFC989;
}
.TagClassName
{
border-color: #BFC989;
}
</style>