Shades of Pine Glade #BFCE78
Tints of Pine Glade #BFCE78
RGB
CMYK
RGB Variations
Color information
#BFCE78 (or 0xBFCE78) is known color: Pine Glade. HEX triplet: BF, CE and 78. RGB value is (191,206,120). Sum of RGB (Red+Green+Blue) = 191+206+120=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCE78 is #403187. Grayscale: #C0C0C0. Windows color (decimal): -4206984 or 7917247. OLE color: 7917247.
HSL color Cylindrical-coordinate representation of color #BFCE78: hue angle of 70.47º 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 #BFCE78 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 120 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.19 |
| HSL | 70.47º | 0.47% | 0.64% | - |
| HSV(B) | 70.47º | 0.42% | 0.81% | - |
| XYZ | 46.95 | 56.58 | 26.21 | - |
| YUV | 191.71 | 87.53 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 120 | 0.07 | 0 | 0.42 | 0.19 | 70.47 | 0.47 | 0.64 |
| Hex | BF | CE | 78 | 7 | 0 | 2A | 13 | 46 | 2F | 40 |
| Octal | 277 | 316 | 170 | 7 | 0 | 52 | 23 | 106 | 57 | 100 |
| Binary | 10111111 | 11001110 | 1111000 | 111 | 0 | 101010 | 10011 | 1000110 | 101111 | 1000000 |
Color Harmonies of #BFCE78
Complementary color
Monochromatic Colors of #BFCE78
Black with #BFCE78
Text Example
Text Example
White with #BFCE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE78; }
p { color: rgb(191,206,120); }
H1.HeaderClassName
{
color: #BFCE78;
}
.AnyTagClassName
{
color: #BFCE78;
}
</style>
background-color css
<style>
a { background-color: #BFCE78; }
a { background-color: rgb(191,206,120); }
div.DivClassName
{
background-color: #BFCE78;
}
.BgClassName
{
background-color: #BFCE78;
}
</style>
border-color css
<style>
span { border-color: #BFCE78; }
span { border-color: rgb(191,206,120); }
td.TdClassName
{
border-color: #BFCE78;
}
.TagClassName
{
border-color: #BFCE78;
}
</style>