Shades of Pine Glade #BFC97A
Tints of Pine Glade #BFC97A
RGB
CMYK
RGB Variations
Color information
#BFC97A (or 0xBFC97A) is known color: Pine Glade. HEX triplet: BF, C9 and 7A. RGB value is (191,201,122). Sum of RGB (Red+Green+Blue) = 191+201+122=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC97A is #403685. Grayscale: #BDBDBD. Windows color (decimal): -4208262 or 8047039. OLE color: 8047039.
HSL color Cylindrical-coordinate representation of color #BFC97A: hue angle of 67.59º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFC97A is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 122 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.21 |
| HSL | 67.59º | 0.42% | 0.63% | - |
| HSV(B) | 67.59º | 0.39% | 0.79% | - |
| XYZ | 45.89 | 54.25 | 26.47 | - |
| YUV | 189 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 122 | 0.05 | 0 | 0.39 | 0.21 | 67.59 | 0.42 | 0.63 |
| Hex | BF | C9 | 7A | 5 | 0 | 27 | 15 | 44 | 2A | 3F |
| Octal | 277 | 311 | 172 | 5 | 0 | 47 | 25 | 104 | 52 | 77 |
| Binary | 10111111 | 11001001 | 1111010 | 101 | 0 | 100111 | 10101 | 1000100 | 101010 | 111111 |
Color Harmonies of #BFC97A
Complementary color
Monochromatic Colors of #BFC97A
Black with #BFC97A
Text Example
Text Example
White with #BFC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC97A; }
p { color: rgb(191,201,122); }
H1.HeaderClassName
{
color: #BFC97A;
}
.AnyTagClassName
{
color: #BFC97A;
}
</style>
background-color css
<style>
a { background-color: #BFC97A; }
a { background-color: rgb(191,201,122); }
div.DivClassName
{
background-color: #BFC97A;
}
.BgClassName
{
background-color: #BFC97A;
}
</style>
border-color css
<style>
span { border-color: #BFC97A; }
span { border-color: rgb(191,201,122); }
td.TdClassName
{
border-color: #BFC97A;
}
.TagClassName
{
border-color: #BFC97A;
}
</style>