Shades of Pine Glade #BFC57A
Tints of Pine Glade #BFC57A
RGB
CMYK
RGB Variations
Color information
#BFC57A (or 0xBFC57A) is known color: Pine Glade. HEX triplet: BF, C5 and 7A. RGB value is (191,197,122). Sum of RGB (Red+Green+Blue) = 191+197+122=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC57A is #403A85. Grayscale: #BABABA. Windows color (decimal): -4209286 or 8046015. OLE color: 8046015.
HSL color Cylindrical-coordinate representation of color #BFC57A: hue angle of 64.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFC57A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 122 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.23 |
| HSL | 64.8º | 0.39% | 0.63% | - |
| HSV(B) | 64.8º | 0.38% | 0.77% | - |
| XYZ | 44.96 | 52.41 | 26.16 | - |
| YUV | 186.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 122 | 0.03 | 0 | 0.38 | 0.23 | 64.8 | 0.39 | 0.63 |
| Hex | BF | C5 | 7A | 3 | 0 | 26 | 17 | 41 | 27 | 3F |
| Octal | 277 | 305 | 172 | 3 | 0 | 46 | 27 | 101 | 47 | 77 |
| Binary | 10111111 | 11000101 | 1111010 | 11 | 0 | 100110 | 10111 | 1000001 | 100111 | 111111 |
Color Harmonies of #BFC57A
Complementary color
Monochromatic Colors of #BFC57A
Black with #BFC57A
Text Example
Text Example
White with #BFC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC57A; }
p { color: rgb(191,197,122); }
H1.HeaderClassName
{
color: #BFC57A;
}
.AnyTagClassName
{
color: #BFC57A;
}
</style>
background-color css
<style>
a { background-color: #BFC57A; }
a { background-color: rgb(191,197,122); }
div.DivClassName
{
background-color: #BFC57A;
}
.BgClassName
{
background-color: #BFC57A;
}
</style>
border-color css
<style>
span { border-color: #BFC57A; }
span { border-color: rgb(191,197,122); }
td.TdClassName
{
border-color: #BFC57A;
}
.TagClassName
{
border-color: #BFC57A;
}
</style>