Shades of Pine Glade #BFC57C
Tints of Pine Glade #BFC57C
RGB
CMYK
RGB Variations
Color information
#BFC57C (or 0xBFC57C) is known color: Pine Glade. HEX triplet: BF, C5 and 7C. RGB value is (191,197,124). Sum of RGB (Red+Green+Blue) = 191+197+124=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC57C is #403A83. Grayscale: #BBBBBB. Windows color (decimal): -4209284 or 8177087. OLE color: 8177087.
HSL color Cylindrical-coordinate representation of color #BFC57C: hue angle of 64.93º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFC57C is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 124 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.23 |
| HSL | 64.93º | 0.39% | 0.63% | - |
| HSV(B) | 64.93º | 0.37% | 0.77% | - |
| XYZ | 45.09 | 52.46 | 26.82 | - |
| YUV | 186.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 124 | 0.03 | 0 | 0.37 | 0.23 | 64.93 | 0.39 | 0.63 |
| Hex | BF | C5 | 7C | 3 | 0 | 25 | 17 | 41 | 27 | 3F |
| Octal | 277 | 305 | 174 | 3 | 0 | 45 | 27 | 101 | 47 | 77 |
| Binary | 10111111 | 11000101 | 1111100 | 11 | 0 | 100101 | 10111 | 1000001 | 100111 | 111111 |
Color Harmonies of #BFC57C
Complementary color
Monochromatic Colors of #BFC57C
Black with #BFC57C
Text Example
Text Example
White with #BFC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC57C; }
p { color: rgb(191,197,124); }
H1.HeaderClassName
{
color: #BFC57C;
}
.AnyTagClassName
{
color: #BFC57C;
}
</style>
background-color css
<style>
a { background-color: #BFC57C; }
a { background-color: rgb(191,197,124); }
div.DivClassName
{
background-color: #BFC57C;
}
.BgClassName
{
background-color: #BFC57C;
}
</style>
border-color css
<style>
span { border-color: #BFC57C; }
span { border-color: rgb(191,197,124); }
td.TdClassName
{
border-color: #BFC57C;
}
.TagClassName
{
border-color: #BFC57C;
}
</style>