Shades of Pine Glade #BFC479
Tints of Pine Glade #BFC479
RGB
CMYK
RGB Variations
Color information
#BFC479 (or 0xBFC479) is known color: Pine Glade. HEX triplet: BF, C4 and 79. RGB value is (191,196,121). Sum of RGB (Red+Green+Blue) = 191+196+121=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC479 is #403B86. Grayscale: #BABABA. Windows color (decimal): -4209543 or 7980223. OLE color: 7980223.
HSL color Cylindrical-coordinate representation of color #BFC479: hue angle of 64º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFC479 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 121 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.23 |
| HSL | 64º | 0.39% | 0.62% | - |
| HSV(B) | 64º | 0.38% | 0.77% | - |
| XYZ | 44.68 | 51.94 | 25.76 | - |
| YUV | 185.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 121 | 0.03 | 0 | 0.38 | 0.23 | 64 | 0.39 | 0.62 |
| Hex | BF | C4 | 79 | 3 | 0 | 26 | 17 | 40 | 27 | 3E |
| Octal | 277 | 304 | 171 | 3 | 0 | 46 | 27 | 100 | 47 | 76 |
| Binary | 10111111 | 11000100 | 1111001 | 11 | 0 | 100110 | 10111 | 1000000 | 100111 | 111110 |
Color Harmonies of #BFC479
Complementary color
Monochromatic Colors of #BFC479
Black with #BFC479
Text Example
Text Example
White with #BFC479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC479; }
p { color: rgb(191,196,121); }
H1.HeaderClassName
{
color: #BFC479;
}
.AnyTagClassName
{
color: #BFC479;
}
</style>
background-color css
<style>
a { background-color: #BFC479; }
a { background-color: rgb(191,196,121); }
div.DivClassName
{
background-color: #BFC479;
}
.BgClassName
{
background-color: #BFC479;
}
</style>
border-color css
<style>
span { border-color: #BFC479; }
span { border-color: rgb(191,196,121); }
td.TdClassName
{
border-color: #BFC479;
}
.TagClassName
{
border-color: #BFC479;
}
</style>