Shades of Pine Glade #BFC889
Tints of Pine Glade #BFC889
RGB
CMYK
RGB Variations
Color information
#BFC889 (or 0xBFC889) is known color: Pine Glade. HEX triplet: BF, C8 and 89. RGB value is (191,200,137). Sum of RGB (Red+Green+Blue) = 191+200+137=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC889 is #403776. Grayscale: #BEBEBE. Windows color (decimal): -4208503 or 9029823. OLE color: 9029823.
HSL color Cylindrical-coordinate representation of color #BFC889: hue angle of 68.57º degrees, saturation: 0.36, 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 #BFC889 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 137 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.22 |
| HSL | 68.57º | 0.36% | 0.66% | - |
| HSV(B) | 68.57º | 0.32% | 0.78% | - |
| XYZ | 46.66 | 54.19 | 31.67 | - |
| YUV | 190.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 137 | 0.04 | 0 | 0.32 | 0.22 | 68.57 | 0.36 | 0.66 |
| Hex | BF | C8 | 89 | 4 | 0 | 20 | 16 | 45 | 24 | 42 |
| Octal | 277 | 310 | 211 | 4 | 0 | 40 | 26 | 105 | 44 | 102 |
| Binary | 10111111 | 11001000 | 10001001 | 100 | 0 | 100000 | 10110 | 1000101 | 100100 | 1000010 |
Color Harmonies of #BFC889
Complementary color
Monochromatic Colors of #BFC889
Black with #BFC889
Text Example
Text Example
White with #BFC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC889; }
p { color: rgb(191,200,137); }
H1.HeaderClassName
{
color: #BFC889;
}
.AnyTagClassName
{
color: #BFC889;
}
</style>
background-color css
<style>
a { background-color: #BFC889; }
a { background-color: rgb(191,200,137); }
div.DivClassName
{
background-color: #BFC889;
}
.BgClassName
{
background-color: #BFC889;
}
</style>
border-color css
<style>
span { border-color: #BFC889; }
span { border-color: rgb(191,200,137); }
td.TdClassName
{
border-color: #BFC889;
}
.TagClassName
{
border-color: #BFC889;
}
</style>