Shades of Pine Glade #BFC08A
Tints of Pine Glade #BFC08A
RGB
CMYK
RGB Variations
Color information
#BFC08A (or 0xBFC08A) is known color: Pine Glade. HEX triplet: BF, C0 and 8A. RGB value is (191,192,138). Sum of RGB (Red+Green+Blue) = 191+192+138=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC08A is #403F75. Grayscale: #B9B9B9. Windows color (decimal): -4210550 or 9093311. OLE color: 9093311.
HSL color Cylindrical-coordinate representation of color #BFC08A: hue angle of 61.11º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFC08A is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 138 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.25 |
| HSL | 61.11º | 0.3% | 0.65% | - |
| HSV(B) | 61.11º | 0.28% | 0.75% | - |
| XYZ | 44.92 | 50.61 | 31.45 | - |
| YUV | 185.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 138 | 0.01 | 0 | 0.28 | 0.25 | 61.11 | 0.3 | 0.65 |
| Hex | BF | C0 | 8A | 1 | 0 | 1C | 19 | 3D | 1E | 41 |
| Octal | 277 | 300 | 212 | 1 | 0 | 34 | 31 | 75 | 36 | 101 |
| Binary | 10111111 | 11000000 | 10001010 | 1 | 0 | 11100 | 11001 | 111101 | 11110 | 1000001 |
Color Harmonies of #BFC08A
Complementary color
Monochromatic Colors of #BFC08A
Black with #BFC08A
Text Example
Text Example
White with #BFC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC08A; }
p { color: rgb(191,192,138); }
H1.HeaderClassName
{
color: #BFC08A;
}
.AnyTagClassName
{
color: #BFC08A;
}
</style>
background-color css
<style>
a { background-color: #BFC08A; }
a { background-color: rgb(191,192,138); }
div.DivClassName
{
background-color: #BFC08A;
}
.BgClassName
{
background-color: #BFC08A;
}
</style>
border-color css
<style>
span { border-color: #BFC08A; }
span { border-color: rgb(191,192,138); }
td.TdClassName
{
border-color: #BFC08A;
}
.TagClassName
{
border-color: #BFC08A;
}
</style>