Shades of Pine Glade #BFC588
Tints of Pine Glade #BFC588
RGB
CMYK
RGB Variations
Color information
#BFC588 (or 0xBFC588) is known color: Pine Glade. HEX triplet: BF, C5 and 88. RGB value is (191,197,136). Sum of RGB (Red+Green+Blue) = 191+197+136=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC588 is #403A77. Grayscale: #BCBCBC. Windows color (decimal): -4209272 or 8963519. OLE color: 8963519.
HSL color Cylindrical-coordinate representation of color #BFC588: hue angle of 65.9º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFC588 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 136 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.23 |
| HSL | 65.9º | 0.34% | 0.65% | - |
| HSV(B) | 65.9º | 0.31% | 0.77% | - |
| XYZ | 45.9 | 52.79 | 31.06 | - |
| YUV | 188.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 136 | 0.03 | 0 | 0.31 | 0.23 | 65.9 | 0.34 | 0.65 |
| Hex | BF | C5 | 88 | 3 | 0 | 1F | 17 | 42 | 22 | 41 |
| Octal | 277 | 305 | 210 | 3 | 0 | 37 | 27 | 102 | 42 | 101 |
| Binary | 10111111 | 11000101 | 10001000 | 11 | 0 | 11111 | 10111 | 1000010 | 100010 | 1000001 |
Color Harmonies of #BFC588
Complementary color
Monochromatic Colors of #BFC588
Black with #BFC588
Text Example
Text Example
White with #BFC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC588; }
p { color: rgb(191,197,136); }
H1.HeaderClassName
{
color: #BFC588;
}
.AnyTagClassName
{
color: #BFC588;
}
</style>
background-color css
<style>
a { background-color: #BFC588; }
a { background-color: rgb(191,197,136); }
div.DivClassName
{
background-color: #BFC588;
}
.BgClassName
{
background-color: #BFC588;
}
</style>
border-color css
<style>
span { border-color: #BFC588; }
span { border-color: rgb(191,197,136); }
td.TdClassName
{
border-color: #BFC588;
}
.TagClassName
{
border-color: #BFC588;
}
</style>