Shades of Pine Glade #BFC984
Tints of Pine Glade #BFC984
RGB
CMYK
RGB Variations
Color information
#BFC984 (or 0xBFC984) is known color: Pine Glade. HEX triplet: BF, C9 and 84. RGB value is (191,201,132). Sum of RGB (Red+Green+Blue) = 191+201+132=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC984 is #40367B. Grayscale: #BEBEBE. Windows color (decimal): -4208252 or 8702399. OLE color: 8702399.
HSL color Cylindrical-coordinate representation of color #BFC984: hue angle of 68.7º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFC984 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 132 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.21 |
| HSL | 68.7º | 0.39% | 0.65% | - |
| HSV(B) | 68.7º | 0.34% | 0.79% | - |
| XYZ | 46.54 | 54.52 | 29.9 | - |
| YUV | 190.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 132 | 0.05 | 0 | 0.34 | 0.21 | 68.7 | 0.39 | 0.65 |
| Hex | BF | C9 | 84 | 5 | 0 | 22 | 15 | 45 | 27 | 41 |
| Octal | 277 | 311 | 204 | 5 | 0 | 42 | 25 | 105 | 47 | 101 |
| Binary | 10111111 | 11001001 | 10000100 | 101 | 0 | 100010 | 10101 | 1000101 | 100111 | 1000001 |
Color Harmonies of #BFC984
Complementary color
Monochromatic Colors of #BFC984
Black with #BFC984
Text Example
Text Example
White with #BFC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC984; }
p { color: rgb(191,201,132); }
H1.HeaderClassName
{
color: #BFC984;
}
.AnyTagClassName
{
color: #BFC984;
}
</style>
background-color css
<style>
a { background-color: #BFC984; }
a { background-color: rgb(191,201,132); }
div.DivClassName
{
background-color: #BFC984;
}
.BgClassName
{
background-color: #BFC984;
}
</style>
border-color css
<style>
span { border-color: #BFC984; }
span { border-color: rgb(191,201,132); }
td.TdClassName
{
border-color: #BFC984;
}
.TagClassName
{
border-color: #BFC984;
}
</style>