Shades of Pine Glade #BFC875
Tints of Pine Glade #BFC875
RGB
CMYK
RGB Variations
Color information
#BFC875 (or 0xBFC875) is known color: Pine Glade. HEX triplet: BF, C8 and 75. RGB value is (191,200,117). Sum of RGB (Red+Green+Blue) = 191+200+117=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC875 is #40378A. Grayscale: #BCBCBC. Windows color (decimal): -4208523 or 7719103. OLE color: 7719103.
HSL color Cylindrical-coordinate representation of color #BFC875: hue angle of 66.51º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFC875 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 117 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.22 |
| HSL | 66.51º | 0.43% | 0.62% | - |
| HSV(B) | 66.51º | 0.42% | 0.78% | - |
| XYZ | 45.35 | 53.67 | 24.8 | - |
| YUV | 187.85 | 88.02 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 117 | 0.04 | 0 | 0.42 | 0.22 | 66.51 | 0.43 | 0.62 |
| Hex | BF | C8 | 75 | 4 | 0 | 2A | 16 | 43 | 2B | 3E |
| Octal | 277 | 310 | 165 | 4 | 0 | 52 | 26 | 103 | 53 | 76 |
| Binary | 10111111 | 11001000 | 1110101 | 100 | 0 | 101010 | 10110 | 1000011 | 101011 | 111110 |
Color Harmonies of #BFC875
Complementary color
Monochromatic Colors of #BFC875
Black with #BFC875
Text Example
Text Example
White with #BFC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC875; }
p { color: rgb(191,200,117); }
H1.HeaderClassName
{
color: #BFC875;
}
.AnyTagClassName
{
color: #BFC875;
}
</style>
background-color css
<style>
a { background-color: #BFC875; }
a { background-color: rgb(191,200,117); }
div.DivClassName
{
background-color: #BFC875;
}
.BgClassName
{
background-color: #BFC875;
}
</style>
border-color css
<style>
span { border-color: #BFC875; }
span { border-color: rgb(191,200,117); }
td.TdClassName
{
border-color: #BFC875;
}
.TagClassName
{
border-color: #BFC875;
}
</style>