Shades of Pine Glade #BFC287
Tints of Pine Glade #BFC287
RGB
CMYK
RGB Variations
Color information
#BFC287 (or 0xBFC287) is known color: Pine Glade. HEX triplet: BF, C2 and 87. RGB value is (191,194,135). Sum of RGB (Red+Green+Blue) = 191+194+135=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC287 is #403D78. Grayscale: #BABABA. Windows color (decimal): -4210041 or 8897215. OLE color: 8897215.
HSL color Cylindrical-coordinate representation of color #BFC287: hue angle of 63.05º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC287 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 135 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.24 |
| HSL | 63.05º | 0.33% | 0.65% | - |
| HSV(B) | 63.05º | 0.3% | 0.76% | - |
| XYZ | 45.15 | 51.41 | 30.46 | - |
| YUV | 186.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 135 | 0.02 | 0 | 0.30 | 0.24 | 63.05 | 0.33 | 0.65 |
| Hex | BF | C2 | 87 | 2 | 0 | 1E | 18 | 3F | 21 | 41 |
| Octal | 277 | 302 | 207 | 2 | 0 | 36 | 30 | 77 | 41 | 101 |
| Binary | 10111111 | 11000010 | 10000111 | 10 | 0 | 11110 | 11000 | 111111 | 100001 | 1000001 |
Color Harmonies of #BFC287
Complementary color
Monochromatic Colors of #BFC287
Black with #BFC287
Text Example
Text Example
White with #BFC287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC287; }
p { color: rgb(191,194,135); }
H1.HeaderClassName
{
color: #BFC287;
}
.AnyTagClassName
{
color: #BFC287;
}
</style>
background-color css
<style>
a { background-color: #BFC287; }
a { background-color: rgb(191,194,135); }
div.DivClassName
{
background-color: #BFC287;
}
.BgClassName
{
background-color: #BFC287;
}
</style>
border-color css
<style>
span { border-color: #BFC287; }
span { border-color: rgb(191,194,135); }
td.TdClassName
{
border-color: #BFC287;
}
.TagClassName
{
border-color: #BFC287;
}
</style>