Shades of Pine Glade #BFC089
Tints of Pine Glade #BFC089
RGB
CMYK
RGB Variations
Color information
#BFC089 (or 0xBFC089) is known color: Pine Glade. HEX triplet: BF, C0 and 89. RGB value is (191,192,137). Sum of RGB (Red+Green+Blue) = 191+192+137=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC089 is #403F76. Grayscale: #B9B9B9. Windows color (decimal): -4210551 or 9027775. OLE color: 9027775.
HSL color Cylindrical-coordinate representation of color #BFC089: hue angle of 61.09º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFC089 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 137 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.25 |
| HSL | 61.09º | 0.3% | 0.65% | - |
| HSV(B) | 61.09º | 0.29% | 0.75% | - |
| XYZ | 44.85 | 50.58 | 31.07 | - |
| YUV | 185.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 137 | 0.01 | 0 | 0.29 | 0.25 | 61.09 | 0.3 | 0.65 |
| Hex | BF | C0 | 89 | 1 | 0 | 1D | 19 | 3D | 1E | 41 |
| Octal | 277 | 300 | 211 | 1 | 0 | 35 | 31 | 75 | 36 | 101 |
| Binary | 10111111 | 11000000 | 10001001 | 1 | 0 | 11101 | 11001 | 111101 | 11110 | 1000001 |
Color Harmonies of #BFC089
Complementary color
Monochromatic Colors of #BFC089
Black with #BFC089
Text Example
Text Example
White with #BFC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC089; }
p { color: rgb(191,192,137); }
H1.HeaderClassName
{
color: #BFC089;
}
.AnyTagClassName
{
color: #BFC089;
}
</style>
background-color css
<style>
a { background-color: #BFC089; }
a { background-color: rgb(191,192,137); }
div.DivClassName
{
background-color: #BFC089;
}
.BgClassName
{
background-color: #BFC089;
}
</style>
border-color css
<style>
span { border-color: #BFC089; }
span { border-color: rgb(191,192,137); }
td.TdClassName
{
border-color: #BFC089;
}
.TagClassName
{
border-color: #BFC089;
}
</style>