Shades of Pine Glade #BFC781
Tints of Pine Glade #BFC781
RGB
CMYK
RGB Variations
Color information
#BFC781 (or 0xBFC781) is known color: Pine Glade. HEX triplet: BF, C7 and 81. RGB value is (191,199,129). Sum of RGB (Red+Green+Blue) = 191+199+129=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC781 is #40387E. Grayscale: #BCBCBC. Windows color (decimal): -4208767 or 8505279. OLE color: 8505279.
HSL color Cylindrical-coordinate representation of color #BFC781: hue angle of 66.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFC781 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 129 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.22 |
| HSL | 66.86º | 0.38% | 0.64% | - |
| HSV(B) | 66.86º | 0.35% | 0.78% | - |
| XYZ | 45.87 | 53.51 | 28.68 | - |
| YUV | 188.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 129 | 0.04 | 0 | 0.35 | 0.22 | 66.86 | 0.38 | 0.64 |
| Hex | BF | C7 | 81 | 4 | 0 | 23 | 16 | 43 | 26 | 40 |
| Octal | 277 | 307 | 201 | 4 | 0 | 43 | 26 | 103 | 46 | 100 |
| Binary | 10111111 | 11000111 | 10000001 | 100 | 0 | 100011 | 10110 | 1000011 | 100110 | 1000000 |
Color Harmonies of #BFC781
Complementary color
Monochromatic Colors of #BFC781
Black with #BFC781
Text Example
Text Example
White with #BFC781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC781; }
p { color: rgb(191,199,129); }
H1.HeaderClassName
{
color: #BFC781;
}
.AnyTagClassName
{
color: #BFC781;
}
</style>
background-color css
<style>
a { background-color: #BFC781; }
a { background-color: rgb(191,199,129); }
div.DivClassName
{
background-color: #BFC781;
}
.BgClassName
{
background-color: #BFC781;
}
</style>
border-color css
<style>
span { border-color: #BFC781; }
span { border-color: rgb(191,199,129); }
td.TdClassName
{
border-color: #BFC781;
}
.TagClassName
{
border-color: #BFC781;
}
</style>