Shades of Pine Glade #BFC482
Tints of Pine Glade #BFC482
RGB
CMYK
RGB Variations
Color information
#BFC482 (or 0xBFC482) is known color: Pine Glade. HEX triplet: BF, C4 and 82. RGB value is (191,196,130). Sum of RGB (Red+Green+Blue) = 191+196+130=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC482 is #403B7D. Grayscale: #BBBBBB. Windows color (decimal): -4209534 or 8570047. OLE color: 8570047.
HSL color Cylindrical-coordinate representation of color #BFC482: hue angle of 64.55º degrees, saturation: 0.36, 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 #BFC482 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 130 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.23 |
| HSL | 64.55º | 0.36% | 0.64% | - |
| HSV(B) | 64.55º | 0.34% | 0.77% | - |
| XYZ | 45.26 | 52.17 | 28.8 | - |
| YUV | 186.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 130 | 0.03 | 0 | 0.34 | 0.23 | 64.55 | 0.36 | 0.64 |
| Hex | BF | C4 | 82 | 3 | 0 | 22 | 17 | 41 | 24 | 40 |
| Octal | 277 | 304 | 202 | 3 | 0 | 42 | 27 | 101 | 44 | 100 |
| Binary | 10111111 | 11000100 | 10000010 | 11 | 0 | 100010 | 10111 | 1000001 | 100100 | 1000000 |
Color Harmonies of #BFC482
Complementary color
Monochromatic Colors of #BFC482
Black with #BFC482
Text Example
Text Example
White with #BFC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC482; }
p { color: rgb(191,196,130); }
H1.HeaderClassName
{
color: #BFC482;
}
.AnyTagClassName
{
color: #BFC482;
}
</style>
background-color css
<style>
a { background-color: #BFC482; }
a { background-color: rgb(191,196,130); }
div.DivClassName
{
background-color: #BFC482;
}
.BgClassName
{
background-color: #BFC482;
}
</style>
border-color css
<style>
span { border-color: #BFC482; }
span { border-color: rgb(191,196,130); }
td.TdClassName
{
border-color: #BFC482;
}
.TagClassName
{
border-color: #BFC482;
}
</style>