Shades of Pine Glade #BFC289
Tints of Pine Glade #BFC289
RGB
CMYK
RGB Variations
Color information
#BFC289 (or 0xBFC289) is known color: Pine Glade. HEX triplet: BF, C2 and 89. RGB value is (191,194,137). Sum of RGB (Red+Green+Blue) = 191+194+137=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC289 is #403D76. Grayscale: #BABABA. Windows color (decimal): -4210039 or 9028287. OLE color: 9028287.
HSL color Cylindrical-coordinate representation of color #BFC289: hue angle of 63.16º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFC289 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 137 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.24 |
| HSL | 63.16º | 0.32% | 0.65% | - |
| HSV(B) | 63.16º | 0.29% | 0.76% | - |
| XYZ | 45.29 | 51.47 | 31.21 | - |
| YUV | 186.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 137 | 0.02 | 0 | 0.29 | 0.24 | 63.16 | 0.32 | 0.65 |
| Hex | BF | C2 | 89 | 2 | 0 | 1D | 18 | 3F | 20 | 41 |
| Octal | 277 | 302 | 211 | 2 | 0 | 35 | 30 | 77 | 40 | 101 |
| Binary | 10111111 | 11000010 | 10001001 | 10 | 0 | 11101 | 11000 | 111111 | 100000 | 1000001 |
Color Harmonies of #BFC289
Complementary color
Monochromatic Colors of #BFC289
Black with #BFC289
Text Example
Text Example
White with #BFC289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC289; }
p { color: rgb(191,194,137); }
H1.HeaderClassName
{
color: #BFC289;
}
.AnyTagClassName
{
color: #BFC289;
}
</style>
background-color css
<style>
a { background-color: #BFC289; }
a { background-color: rgb(191,194,137); }
div.DivClassName
{
background-color: #BFC289;
}
.BgClassName
{
background-color: #BFC289;
}
</style>
border-color css
<style>
span { border-color: #BFC289; }
span { border-color: rgb(191,194,137); }
td.TdClassName
{
border-color: #BFC289;
}
.TagClassName
{
border-color: #BFC289;
}
</style>