Shades of Pine Glade #BFC877
Tints of Pine Glade #BFC877
RGB
CMYK
RGB Variations
Color information
#BFC877 (or 0xBFC877) is known color: Pine Glade. HEX triplet: BF, C8 and 77. RGB value is (191,200,119). Sum of RGB (Red+Green+Blue) = 191+200+119=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC877 is #403788. Grayscale: #BCBCBC. Windows color (decimal): -4208521 or 7850175. OLE color: 7850175.
HSL color Cylindrical-coordinate representation of color #BFC877: hue angle of 66.67º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFC877 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 119 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.22 |
| HSL | 66.67º | 0.42% | 0.63% | - |
| HSV(B) | 66.67º | 0.41% | 0.78% | - |
| XYZ | 45.47 | 53.72 | 25.42 | - |
| YUV | 188.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 119 | 0.04 | 0 | 0.40 | 0.22 | 66.67 | 0.42 | 0.63 |
| Hex | BF | C8 | 77 | 4 | 0 | 28 | 16 | 43 | 2A | 3F |
| Octal | 277 | 310 | 167 | 4 | 0 | 50 | 26 | 103 | 52 | 77 |
| Binary | 10111111 | 11001000 | 1110111 | 100 | 0 | 101000 | 10110 | 1000011 | 101010 | 111111 |
Color Harmonies of #BFC877
Complementary color
Monochromatic Colors of #BFC877
Black with #BFC877
Text Example
Text Example
White with #BFC877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC877; }
p { color: rgb(191,200,119); }
H1.HeaderClassName
{
color: #BFC877;
}
.AnyTagClassName
{
color: #BFC877;
}
</style>
background-color css
<style>
a { background-color: #BFC877; }
a { background-color: rgb(191,200,119); }
div.DivClassName
{
background-color: #BFC877;
}
.BgClassName
{
background-color: #BFC877;
}
</style>
border-color css
<style>
span { border-color: #BFC877; }
span { border-color: rgb(191,200,119); }
td.TdClassName
{
border-color: #BFC877;
}
.TagClassName
{
border-color: #BFC877;
}
</style>