Shades of Pine Glade #BFC975
Tints of Pine Glade #BFC975
RGB
CMYK
RGB Variations
Color information
#BFC975 (or 0xBFC975) is known color: Pine Glade. HEX triplet: BF, C9 and 75. RGB value is (191,201,117). Sum of RGB (Red+Green+Blue) = 191+201+117=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC975 is #40368A. Grayscale: #BCBCBC. Windows color (decimal): -4208267 or 7719359. OLE color: 7719359.
HSL color Cylindrical-coordinate representation of color #BFC975: hue angle of 67.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFC975 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 117 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.21 |
| HSL | 67.14º | 0.44% | 0.62% | - |
| HSV(B) | 67.14º | 0.42% | 0.79% | - |
| XYZ | 45.58 | 54.13 | 24.88 | - |
| YUV | 188.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 117 | 0.05 | 0 | 0.42 | 0.21 | 67.14 | 0.44 | 0.62 |
| Hex | BF | C9 | 75 | 5 | 0 | 2A | 15 | 43 | 2C | 3E |
| Octal | 277 | 311 | 165 | 5 | 0 | 52 | 25 | 103 | 54 | 76 |
| Binary | 10111111 | 11001001 | 1110101 | 101 | 0 | 101010 | 10101 | 1000011 | 101100 | 111110 |
Color Harmonies of #BFC975
Complementary color
Monochromatic Colors of #BFC975
Black with #BFC975
Text Example
Text Example
White with #BFC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC975; }
p { color: rgb(191,201,117); }
H1.HeaderClassName
{
color: #BFC975;
}
.AnyTagClassName
{
color: #BFC975;
}
</style>
background-color css
<style>
a { background-color: #BFC975; }
a { background-color: rgb(191,201,117); }
div.DivClassName
{
background-color: #BFC975;
}
.BgClassName
{
background-color: #BFC975;
}
</style>
border-color css
<style>
span { border-color: #BFC975; }
span { border-color: rgb(191,201,117); }
td.TdClassName
{
border-color: #BFC975;
}
.TagClassName
{
border-color: #BFC975;
}
</style>