Shades of Pine Glade #BFC582
Tints of Pine Glade #BFC582
RGB
CMYK
RGB Variations
Color information
#BFC582 (or 0xBFC582) is known color: Pine Glade. HEX triplet: BF, C5 and 82. RGB value is (191,197,130). Sum of RGB (Red+Green+Blue) = 191+197+130=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC582 is #403A7D. Grayscale: #BBBBBB. Windows color (decimal): -4209278 or 8570303. OLE color: 8570303.
HSL color Cylindrical-coordinate representation of color #BFC582: hue angle of 65.37º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFC582 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 130 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.23 |
| HSL | 65.37º | 0.37% | 0.64% | - |
| HSV(B) | 65.37º | 0.34% | 0.77% | - |
| XYZ | 45.48 | 52.62 | 28.88 | - |
| YUV | 187.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 130 | 0.03 | 0 | 0.34 | 0.23 | 65.37 | 0.37 | 0.64 |
| Hex | BF | C5 | 82 | 3 | 0 | 22 | 17 | 41 | 25 | 40 |
| Octal | 277 | 305 | 202 | 3 | 0 | 42 | 27 | 101 | 45 | 100 |
| Binary | 10111111 | 11000101 | 10000010 | 11 | 0 | 100010 | 10111 | 1000001 | 100101 | 1000000 |
Color Harmonies of #BFC582
Complementary color
Monochromatic Colors of #BFC582
Black with #BFC582
Text Example
Text Example
White with #BFC582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC582; }
p { color: rgb(191,197,130); }
H1.HeaderClassName
{
color: #BFC582;
}
.AnyTagClassName
{
color: #BFC582;
}
</style>
background-color css
<style>
a { background-color: #BFC582; }
a { background-color: rgb(191,197,130); }
div.DivClassName
{
background-color: #BFC582;
}
.BgClassName
{
background-color: #BFC582;
}
</style>
border-color css
<style>
span { border-color: #BFC582; }
span { border-color: rgb(191,197,130); }
td.TdClassName
{
border-color: #BFC582;
}
.TagClassName
{
border-color: #BFC582;
}
</style>