Shades of Pine Glade #BFCA7F
Tints of Pine Glade #BFCA7F
RGB
CMYK
RGB Variations
Color information
#BFCA7F (or 0xBFCA7F) is known color: Pine Glade. HEX triplet: BF, CA and 7F. RGB value is (191,202,127). Sum of RGB (Red+Green+Blue) = 191+202+127=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA7F is #403580. Grayscale: #BEBEBE. Windows color (decimal): -4208001 or 8374975. OLE color: 8374975.
HSL color Cylindrical-coordinate representation of color #BFCA7F: hue angle of 68.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFCA7F is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 127 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.21 |
| HSL | 68.8º | 0.41% | 0.65% | - |
| HSV(B) | 68.8º | 0.37% | 0.79% | - |
| XYZ | 46.44 | 54.85 | 28.22 | - |
| YUV | 190.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 127 | 0.05 | 0 | 0.37 | 0.21 | 68.8 | 0.41 | 0.65 |
| Hex | BF | CA | 7F | 5 | 0 | 25 | 15 | 45 | 29 | 41 |
| Octal | 277 | 312 | 177 | 5 | 0 | 45 | 25 | 105 | 51 | 101 |
| Binary | 10111111 | 11001010 | 1111111 | 101 | 0 | 100101 | 10101 | 1000101 | 101001 | 1000001 |
Color Harmonies of #BFCA7F
Complementary color
Monochromatic Colors of #BFCA7F
Black with #BFCA7F
Text Example
Text Example
White with #BFCA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA7F; }
p { color: rgb(191,202,127); }
H1.HeaderClassName
{
color: #BFCA7F;
}
.AnyTagClassName
{
color: #BFCA7F;
}
</style>
background-color css
<style>
a { background-color: #BFCA7F; }
a { background-color: rgb(191,202,127); }
div.DivClassName
{
background-color: #BFCA7F;
}
.BgClassName
{
background-color: #BFCA7F;
}
</style>
border-color css
<style>
span { border-color: #BFCA7F; }
span { border-color: rgb(191,202,127); }
td.TdClassName
{
border-color: #BFCA7F;
}
.TagClassName
{
border-color: #BFCA7F;
}
</style>