Shades of Pine Glade #BFC589
Tints of Pine Glade #BFC589
RGB
CMYK
RGB Variations
Color information
#BFC589 (or 0xBFC589) is known color: Pine Glade. HEX triplet: BF, C5 and 89. RGB value is (191,197,137). Sum of RGB (Red+Green+Blue) = 191+197+137=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC589 is #403A76. Grayscale: #BCBCBC. Windows color (decimal): -4209271 or 9029055. OLE color: 9029055.
HSL color Cylindrical-coordinate representation of color #BFC589: hue angle of 66º degrees, saturation: 0.34, 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 #BFC589 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 137 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.23 |
| HSL | 66º | 0.34% | 0.65% | - |
| HSV(B) | 66º | 0.3% | 0.77% | - |
| XYZ | 45.97 | 52.82 | 31.44 | - |
| YUV | 188.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 137 | 0.03 | 0 | 0.30 | 0.23 | 66 | 0.34 | 0.65 |
| Hex | BF | C5 | 89 | 3 | 0 | 1E | 17 | 42 | 22 | 41 |
| Octal | 277 | 305 | 211 | 3 | 0 | 36 | 27 | 102 | 42 | 101 |
| Binary | 10111111 | 11000101 | 10001001 | 11 | 0 | 11110 | 10111 | 1000010 | 100010 | 1000001 |
Color Harmonies of #BFC589
Complementary color
Monochromatic Colors of #BFC589
Black with #BFC589
Text Example
Text Example
White with #BFC589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC589; }
p { color: rgb(191,197,137); }
H1.HeaderClassName
{
color: #BFC589;
}
.AnyTagClassName
{
color: #BFC589;
}
</style>
background-color css
<style>
a { background-color: #BFC589; }
a { background-color: rgb(191,197,137); }
div.DivClassName
{
background-color: #BFC589;
}
.BgClassName
{
background-color: #BFC589;
}
</style>
border-color css
<style>
span { border-color: #BFC589; }
span { border-color: rgb(191,197,137); }
td.TdClassName
{
border-color: #BFC589;
}
.TagClassName
{
border-color: #BFC589;
}
</style>