Shades of Pine Glade #BFCE77
Tints of Pine Glade #BFCE77
RGB
CMYK
RGB Variations
Color information
#BFCE77 (or 0xBFCE77) is known color: Pine Glade. HEX triplet: BF, CE and 77. RGB value is (191,206,119). Sum of RGB (Red+Green+Blue) = 191+206+119=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCE77 is #403188. Grayscale: #BFBFBF. Windows color (decimal): -4206985 or 7851711. OLE color: 7851711.
HSL color Cylindrical-coordinate representation of color #BFCE77: hue angle of 70.34º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFCE77 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 119 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.19 |
| HSL | 70.34º | 0.47% | 0.64% | - |
| HSV(B) | 70.34º | 0.42% | 0.81% | - |
| XYZ | 46.89 | 56.55 | 25.9 | - |
| YUV | 191.6 | 87.03 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 119 | 0.07 | 0 | 0.42 | 0.19 | 70.34 | 0.47 | 0.64 |
| Hex | BF | CE | 77 | 7 | 0 | 2A | 13 | 46 | 2F | 40 |
| Octal | 277 | 316 | 167 | 7 | 0 | 52 | 23 | 106 | 57 | 100 |
| Binary | 10111111 | 11001110 | 1110111 | 111 | 0 | 101010 | 10011 | 1000110 | 101111 | 1000000 |
Color Harmonies of #BFCE77
Complementary color
Monochromatic Colors of #BFCE77
Black with #BFCE77
Text Example
Text Example
White with #BFCE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE77; }
p { color: rgb(191,206,119); }
H1.HeaderClassName
{
color: #BFCE77;
}
.AnyTagClassName
{
color: #BFCE77;
}
</style>
background-color css
<style>
a { background-color: #BFCE77; }
a { background-color: rgb(191,206,119); }
div.DivClassName
{
background-color: #BFCE77;
}
.BgClassName
{
background-color: #BFCE77;
}
</style>
border-color css
<style>
span { border-color: #BFCE77; }
span { border-color: rgb(191,206,119); }
td.TdClassName
{
border-color: #BFCE77;
}
.TagClassName
{
border-color: #BFCE77;
}
</style>