Shades of Pine Glade #BFCD77
Tints of Pine Glade #BFCD77
RGB
CMYK
RGB Variations
Color information
#BFCD77 (or 0xBFCD77) is known color: Pine Glade. HEX triplet: BF, CD and 77. RGB value is (191,205,119). Sum of RGB (Red+Green+Blue) = 191+205+119=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD77 is #403288. Grayscale: #BFBFBF. Windows color (decimal): -4207241 or 7851455. OLE color: 7851455.
HSL color Cylindrical-coordinate representation of color #BFCD77: hue angle of 69.77º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFCD77 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 119 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.20 |
| HSL | 69.77º | 0.46% | 0.64% | - |
| HSV(B) | 69.77º | 0.42% | 0.8% | - |
| XYZ | 46.65 | 56.07 | 25.82 | - |
| YUV | 191.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 119 | 0.07 | 0 | 0.42 | 0.20 | 69.77 | 0.46 | 0.64 |
| Hex | BF | CD | 77 | 7 | 0 | 2A | 14 | 46 | 2E | 40 |
| Octal | 277 | 315 | 167 | 7 | 0 | 52 | 24 | 106 | 56 | 100 |
| Binary | 10111111 | 11001101 | 1110111 | 111 | 0 | 101010 | 10100 | 1000110 | 101110 | 1000000 |
Color Harmonies of #BFCD77
Complementary color
Monochromatic Colors of #BFCD77
Black with #BFCD77
Text Example
Text Example
White with #BFCD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD77; }
p { color: rgb(191,205,119); }
H1.HeaderClassName
{
color: #BFCD77;
}
.AnyTagClassName
{
color: #BFCD77;
}
</style>
background-color css
<style>
a { background-color: #BFCD77; }
a { background-color: rgb(191,205,119); }
div.DivClassName
{
background-color: #BFCD77;
}
.BgClassName
{
background-color: #BFCD77;
}
</style>
border-color css
<style>
span { border-color: #BFCD77; }
span { border-color: rgb(191,205,119); }
td.TdClassName
{
border-color: #BFCD77;
}
.TagClassName
{
border-color: #BFCD77;
}
</style>