Shades of Pine Glade #BFC082
Tints of Pine Glade #BFC082
RGB
CMYK
RGB Variations
Color information
#BFC082 (or 0xBFC082) is known color: Pine Glade. HEX triplet: BF, C0 and 82. RGB value is (191,192,130). Sum of RGB (Red+Green+Blue) = 191+192+130=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC082 is #403F7D. Grayscale: #B8B8B8. Windows color (decimal): -4210558 or 8569023. OLE color: 8569023.
HSL color Cylindrical-coordinate representation of color #BFC082: hue angle of 60.97º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC082 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 130 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.25 |
| HSL | 60.97º | 0.33% | 0.63% | - |
| HSV(B) | 60.97º | 0.32% | 0.75% | - |
| XYZ | 44.36 | 50.39 | 28.51 | - |
| YUV | 184.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 130 | 0.01 | 0 | 0.32 | 0.25 | 60.97 | 0.33 | 0.63 |
| Hex | BF | C0 | 82 | 1 | 0 | 20 | 19 | 3D | 21 | 3F |
| Octal | 277 | 300 | 202 | 1 | 0 | 40 | 31 | 75 | 41 | 77 |
| Binary | 10111111 | 11000000 | 10000010 | 1 | 0 | 100000 | 11001 | 111101 | 100001 | 111111 |
Color Harmonies of #BFC082
Complementary color
Monochromatic Colors of #BFC082
Black with #BFC082
Text Example
Text Example
White with #BFC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC082; }
p { color: rgb(191,192,130); }
H1.HeaderClassName
{
color: #BFC082;
}
.AnyTagClassName
{
color: #BFC082;
}
</style>
background-color css
<style>
a { background-color: #BFC082; }
a { background-color: rgb(191,192,130); }
div.DivClassName
{
background-color: #BFC082;
}
.BgClassName
{
background-color: #BFC082;
}
</style>
border-color css
<style>
span { border-color: #BFC082; }
span { border-color: rgb(191,192,130); }
td.TdClassName
{
border-color: #BFC082;
}
.TagClassName
{
border-color: #BFC082;
}
</style>