Shades of Pine Glade #BFC785
Tints of Pine Glade #BFC785
RGB
CMYK
RGB Variations
Color information
#BFC785 (or 0xBFC785) is known color: Pine Glade. HEX triplet: BF, C7 and 85. RGB value is (191,199,133). Sum of RGB (Red+Green+Blue) = 191+199+133=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC785 is #40387A. Grayscale: #BDBDBD. Windows color (decimal): -4208763 or 8767423. OLE color: 8767423.
HSL color Cylindrical-coordinate representation of color #BFC785: hue angle of 67.27º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFC785 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 133 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.22 |
| HSL | 67.27º | 0.37% | 0.65% | - |
| HSV(B) | 67.27º | 0.33% | 0.78% | - |
| XYZ | 46.14 | 53.62 | 30.11 | - |
| YUV | 189.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 133 | 0.04 | 0 | 0.33 | 0.22 | 67.27 | 0.37 | 0.65 |
| Hex | BF | C7 | 85 | 4 | 0 | 21 | 16 | 43 | 25 | 41 |
| Octal | 277 | 307 | 205 | 4 | 0 | 41 | 26 | 103 | 45 | 101 |
| Binary | 10111111 | 11000111 | 10000101 | 100 | 0 | 100001 | 10110 | 1000011 | 100101 | 1000001 |
Color Harmonies of #BFC785
Complementary color
Monochromatic Colors of #BFC785
Black with #BFC785
Text Example
Text Example
White with #BFC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC785; }
p { color: rgb(191,199,133); }
H1.HeaderClassName
{
color: #BFC785;
}
.AnyTagClassName
{
color: #BFC785;
}
</style>
background-color css
<style>
a { background-color: #BFC785; }
a { background-color: rgb(191,199,133); }
div.DivClassName
{
background-color: #BFC785;
}
.BgClassName
{
background-color: #BFC785;
}
</style>
border-color css
<style>
span { border-color: #BFC785; }
span { border-color: rgb(191,199,133); }
td.TdClassName
{
border-color: #BFC785;
}
.TagClassName
{
border-color: #BFC785;
}
</style>