Shades of Pine Glade #BFC580
Tints of Pine Glade #BFC580
RGB
CMYK
RGB Variations
Color information
#BFC580 (or 0xBFC580) is known color: Pine Glade. HEX triplet: BF, C5 and 80. RGB value is (191,197,128). Sum of RGB (Red+Green+Blue) = 191+197+128=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC580 is #403A7F. Grayscale: #BBBBBB. Windows color (decimal): -4209280 or 8439231. OLE color: 8439231.
HSL color Cylindrical-coordinate representation of color #BFC580: hue angle of 65.22º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFC580 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 128 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.23 |
| HSL | 65.22º | 0.37% | 0.64% | - |
| HSV(B) | 65.22º | 0.35% | 0.77% | - |
| XYZ | 45.35 | 52.57 | 28.18 | - |
| YUV | 187.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 128 | 0.03 | 0 | 0.35 | 0.23 | 65.22 | 0.37 | 0.64 |
| Hex | BF | C5 | 80 | 3 | 0 | 23 | 17 | 41 | 25 | 40 |
| Octal | 277 | 305 | 200 | 3 | 0 | 43 | 27 | 101 | 45 | 100 |
| Binary | 10111111 | 11000101 | 10000000 | 11 | 0 | 100011 | 10111 | 1000001 | 100101 | 1000000 |
Color Harmonies of #BFC580
Complementary color
Monochromatic Colors of #BFC580
Black with #BFC580
Text Example
Text Example
White with #BFC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC580; }
p { color: rgb(191,197,128); }
H1.HeaderClassName
{
color: #BFC580;
}
.AnyTagClassName
{
color: #BFC580;
}
</style>
background-color css
<style>
a { background-color: #BFC580; }
a { background-color: rgb(191,197,128); }
div.DivClassName
{
background-color: #BFC580;
}
.BgClassName
{
background-color: #BFC580;
}
</style>
border-color css
<style>
span { border-color: #BFC580; }
span { border-color: rgb(191,197,128); }
td.TdClassName
{
border-color: #BFC580;
}
.TagClassName
{
border-color: #BFC580;
}
</style>