Shades of Pine Glade #BFC084
Tints of Pine Glade #BFC084
RGB
CMYK
RGB Variations
Color information
#BFC084 (or 0xBFC084) is known color: Pine Glade. HEX triplet: BF, C0 and 84. RGB value is (191,192,132). Sum of RGB (Red+Green+Blue) = 191+192+132=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC084 is #403F7B. Grayscale: #B9B9B9. Windows color (decimal): -4210556 or 8700095. OLE color: 8700095.
HSL color Cylindrical-coordinate representation of color #BFC084: hue angle of 61º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFC084 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 132 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.25 |
| HSL | 61º | 0.32% | 0.64% | - |
| HSV(B) | 61º | 0.31% | 0.75% | - |
| XYZ | 44.5 | 50.44 | 29.22 | - |
| YUV | 184.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 132 | 0.01 | 0 | 0.31 | 0.25 | 61 | 0.32 | 0.64 |
| Hex | BF | C0 | 84 | 1 | 0 | 1F | 19 | 3D | 20 | 40 |
| Octal | 277 | 300 | 204 | 1 | 0 | 37 | 31 | 75 | 40 | 100 |
| Binary | 10111111 | 11000000 | 10000100 | 1 | 0 | 11111 | 11001 | 111101 | 100000 | 1000000 |
Color Harmonies of #BFC084
Complementary color
Monochromatic Colors of #BFC084
Black with #BFC084
Text Example
Text Example
White with #BFC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC084; }
p { color: rgb(191,192,132); }
H1.HeaderClassName
{
color: #BFC084;
}
.AnyTagClassName
{
color: #BFC084;
}
</style>
background-color css
<style>
a { background-color: #BFC084; }
a { background-color: rgb(191,192,132); }
div.DivClassName
{
background-color: #BFC084;
}
.BgClassName
{
background-color: #BFC084;
}
</style>
border-color css
<style>
span { border-color: #BFC084; }
span { border-color: rgb(191,192,132); }
td.TdClassName
{
border-color: #BFC084;
}
.TagClassName
{
border-color: #BFC084;
}
</style>