Shades of Pine Glade #BFC08B
Tints of Pine Glade #BFC08B
RGB
CMYK
RGB Variations
Color information
#BFC08B (or 0xBFC08B) is known color: Pine Glade. HEX triplet: BF, C0 and 8B. RGB value is (191,192,139). Sum of RGB (Red+Green+Blue) = 191+192+139=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC08B is #403F74. Grayscale: #B9B9B9. Windows color (decimal): -4210549 or 9158847. OLE color: 9158847.
HSL color Cylindrical-coordinate representation of color #BFC08B: hue angle of 61.13º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFC08B is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 139 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.25 |
| HSL | 61.13º | 0.3% | 0.65% | - |
| HSV(B) | 61.13º | 0.28% | 0.75% | - |
| XYZ | 45 | 50.64 | 31.83 | - |
| YUV | 185.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 139 | 0.01 | 0 | 0.28 | 0.25 | 61.13 | 0.3 | 0.65 |
| Hex | BF | C0 | 8B | 1 | 0 | 1C | 19 | 3D | 1E | 41 |
| Octal | 277 | 300 | 213 | 1 | 0 | 34 | 31 | 75 | 36 | 101 |
| Binary | 10111111 | 11000000 | 10001011 | 1 | 0 | 11100 | 11001 | 111101 | 11110 | 1000001 |
Color Harmonies of #BFC08B
Complementary color
Monochromatic Colors of #BFC08B
Black with #BFC08B
Text Example
Text Example
White with #BFC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC08B; }
p { color: rgb(191,192,139); }
H1.HeaderClassName
{
color: #BFC08B;
}
.AnyTagClassName
{
color: #BFC08B;
}
</style>
background-color css
<style>
a { background-color: #BFC08B; }
a { background-color: rgb(191,192,139); }
div.DivClassName
{
background-color: #BFC08B;
}
.BgClassName
{
background-color: #BFC08B;
}
</style>
border-color css
<style>
span { border-color: #BFC08B; }
span { border-color: rgb(191,192,139); }
td.TdClassName
{
border-color: #BFC08B;
}
.TagClassName
{
border-color: #BFC08B;
}
</style>