Shades of Pine Glade #BFC17F
Tints of Pine Glade #BFC17F
RGB
CMYK
RGB Variations
Color information
#BFC17F (or 0xBFC17F) is known color: Pine Glade. HEX triplet: BF, C1 and 7F. RGB value is (191,193,127). Sum of RGB (Red+Green+Blue) = 191+193+127=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC17F is #403E80. Grayscale: #B9B9B9. Windows color (decimal): -4210305 or 8372671. OLE color: 8372671.
HSL color Cylindrical-coordinate representation of color #BFC17F: hue angle of 61.82º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFC17F is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 127 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.24 |
| HSL | 61.82º | 0.35% | 0.63% | - |
| HSV(B) | 61.82º | 0.34% | 0.76% | - |
| XYZ | 44.39 | 50.75 | 27.53 | - |
| YUV | 184.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 127 | 0.01 | 0 | 0.34 | 0.24 | 61.82 | 0.35 | 0.63 |
| Hex | BF | C1 | 7F | 1 | 0 | 22 | 18 | 3E | 23 | 3F |
| Octal | 277 | 301 | 177 | 1 | 0 | 42 | 30 | 76 | 43 | 77 |
| Binary | 10111111 | 11000001 | 1111111 | 1 | 0 | 100010 | 11000 | 111110 | 100011 | 111111 |
Color Harmonies of #BFC17F
Complementary color
Monochromatic Colors of #BFC17F
Black with #BFC17F
Text Example
Text Example
White with #BFC17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC17F; }
p { color: rgb(191,193,127); }
H1.HeaderClassName
{
color: #BFC17F;
}
.AnyTagClassName
{
color: #BFC17F;
}
</style>
background-color css
<style>
a { background-color: #BFC17F; }
a { background-color: rgb(191,193,127); }
div.DivClassName
{
background-color: #BFC17F;
}
.BgClassName
{
background-color: #BFC17F;
}
</style>
border-color css
<style>
span { border-color: #BFC17F; }
span { border-color: rgb(191,193,127); }
td.TdClassName
{
border-color: #BFC17F;
}
.TagClassName
{
border-color: #BFC17F;
}
</style>