Shades of Pine Glade #BFC576
Tints of Pine Glade #BFC576
RGB
CMYK
RGB Variations
Color information
#BFC576 (or 0xBFC576) is known color: Pine Glade. HEX triplet: BF, C5 and 76. RGB value is (191,197,118). Sum of RGB (Red+Green+Blue) = 191+197+118=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC576 is #403A89. Grayscale: #BABABA. Windows color (decimal): -4209290 or 7783871. OLE color: 7783871.
HSL color Cylindrical-coordinate representation of color #BFC576: hue angle of 64.56º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFC576 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 118 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.23 |
| HSL | 64.56º | 0.41% | 0.62% | - |
| HSV(B) | 64.56º | 0.4% | 0.77% | - |
| XYZ | 44.72 | 52.32 | 24.88 | - |
| YUV | 186.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 118 | 0.03 | 0 | 0.40 | 0.23 | 64.56 | 0.41 | 0.62 |
| Hex | BF | C5 | 76 | 3 | 0 | 28 | 17 | 41 | 29 | 3E |
| Octal | 277 | 305 | 166 | 3 | 0 | 50 | 27 | 101 | 51 | 76 |
| Binary | 10111111 | 11000101 | 1110110 | 11 | 0 | 101000 | 10111 | 1000001 | 101001 | 111110 |
Color Harmonies of #BFC576
Complementary color
Monochromatic Colors of #BFC576
Black with #BFC576
Text Example
Text Example
White with #BFC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC576; }
p { color: rgb(191,197,118); }
H1.HeaderClassName
{
color: #BFC576;
}
.AnyTagClassName
{
color: #BFC576;
}
</style>
background-color css
<style>
a { background-color: #BFC576; }
a { background-color: rgb(191,197,118); }
div.DivClassName
{
background-color: #BFC576;
}
.BgClassName
{
background-color: #BFC576;
}
</style>
border-color css
<style>
span { border-color: #BFC576; }
span { border-color: rgb(191,197,118); }
td.TdClassName
{
border-color: #BFC576;
}
.TagClassName
{
border-color: #BFC576;
}
</style>