Shades of Pine Glade #BFC977
Tints of Pine Glade #BFC977
RGB
CMYK
RGB Variations
Color information
#BFC977 (or 0xBFC977) is known color: Pine Glade. HEX triplet: BF, C9 and 77. RGB value is (191,201,119). Sum of RGB (Red+Green+Blue) = 191+201+119=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC977 is #403688. Grayscale: #BCBCBC. Windows color (decimal): -4208265 or 7850431. OLE color: 7850431.
HSL color Cylindrical-coordinate representation of color #BFC977: hue angle of 67.32º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFC977 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 119 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.21 |
| HSL | 67.32º | 0.43% | 0.63% | - |
| HSV(B) | 67.32º | 0.41% | 0.79% | - |
| XYZ | 45.7 | 54.18 | 25.5 | - |
| YUV | 188.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 119 | 0.05 | 0 | 0.41 | 0.21 | 67.32 | 0.43 | 0.63 |
| Hex | BF | C9 | 77 | 5 | 0 | 29 | 15 | 43 | 2B | 3F |
| Octal | 277 | 311 | 167 | 5 | 0 | 51 | 25 | 103 | 53 | 77 |
| Binary | 10111111 | 11001001 | 1110111 | 101 | 0 | 101001 | 10101 | 1000011 | 101011 | 111111 |
Color Harmonies of #BFC977
Complementary color
Monochromatic Colors of #BFC977
Black with #BFC977
Text Example
Text Example
White with #BFC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC977; }
p { color: rgb(191,201,119); }
H1.HeaderClassName
{
color: #BFC977;
}
.AnyTagClassName
{
color: #BFC977;
}
</style>
background-color css
<style>
a { background-color: #BFC977; }
a { background-color: rgb(191,201,119); }
div.DivClassName
{
background-color: #BFC977;
}
.BgClassName
{
background-color: #BFC977;
}
</style>
border-color css
<style>
span { border-color: #BFC977; }
span { border-color: rgb(191,201,119); }
td.TdClassName
{
border-color: #BFC977;
}
.TagClassName
{
border-color: #BFC977;
}
</style>