Shades of Pine Glade #BFC982
Tints of Pine Glade #BFC982
RGB
CMYK
RGB Variations
Color information
#BFC982 (or 0xBFC982) is known color: Pine Glade. HEX triplet: BF, C9 and 82. RGB value is (191,201,130). Sum of RGB (Red+Green+Blue) = 191+201+130=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC982 is #40367D. Grayscale: #BEBEBE. Windows color (decimal): -4208254 or 8571327. OLE color: 8571327.
HSL color Cylindrical-coordinate representation of color #BFC982: hue angle of 68.45º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFC982 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 130 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.21 |
| HSL | 68.45º | 0.4% | 0.65% | - |
| HSV(B) | 68.45º | 0.35% | 0.79% | - |
| XYZ | 46.4 | 54.46 | 29.19 | - |
| YUV | 189.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 130 | 0.05 | 0 | 0.35 | 0.21 | 68.45 | 0.4 | 0.65 |
| Hex | BF | C9 | 82 | 5 | 0 | 23 | 15 | 44 | 28 | 41 |
| Octal | 277 | 311 | 202 | 5 | 0 | 43 | 25 | 104 | 50 | 101 |
| Binary | 10111111 | 11001001 | 10000010 | 101 | 0 | 100011 | 10101 | 1000100 | 101000 | 1000001 |
Color Harmonies of #BFC982
Complementary color
Monochromatic Colors of #BFC982
Black with #BFC982
Text Example
Text Example
White with #BFC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC982; }
p { color: rgb(191,201,130); }
H1.HeaderClassName
{
color: #BFC982;
}
.AnyTagClassName
{
color: #BFC982;
}
</style>
background-color css
<style>
a { background-color: #BFC982; }
a { background-color: rgb(191,201,130); }
div.DivClassName
{
background-color: #BFC982;
}
.BgClassName
{
background-color: #BFC982;
}
</style>
border-color css
<style>
span { border-color: #BFC982; }
span { border-color: rgb(191,201,130); }
td.TdClassName
{
border-color: #BFC982;
}
.TagClassName
{
border-color: #BFC982;
}
</style>