Shades of Pine Glade #BFC280
Tints of Pine Glade #BFC280
RGB
CMYK
RGB Variations
Color information
#BFC280 (or 0xBFC280) is known color: Pine Glade. HEX triplet: BF, C2 and 80. RGB value is (191,194,128). Sum of RGB (Red+Green+Blue) = 191+194+128=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC280 is #403D7F. Grayscale: #B9B9B9. Windows color (decimal): -4210048 or 8438463. OLE color: 8438463.
HSL color Cylindrical-coordinate representation of color #BFC280: hue angle of 62.73º 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 #BFC280 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 128 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.24 |
| HSL | 62.73º | 0.35% | 0.63% | - |
| HSV(B) | 62.73º | 0.34% | 0.76% | - |
| XYZ | 44.67 | 51.22 | 27.95 | - |
| YUV | 185.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 128 | 0.02 | 0 | 0.34 | 0.24 | 62.73 | 0.35 | 0.63 |
| Hex | BF | C2 | 80 | 2 | 0 | 22 | 18 | 3F | 23 | 3F |
| Octal | 277 | 302 | 200 | 2 | 0 | 42 | 30 | 77 | 43 | 77 |
| Binary | 10111111 | 11000010 | 10000000 | 10 | 0 | 100010 | 11000 | 111111 | 100011 | 111111 |
Color Harmonies of #BFC280
Complementary color
Monochromatic Colors of #BFC280
Black with #BFC280
Text Example
Text Example
White with #BFC280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC280; }
p { color: rgb(191,194,128); }
H1.HeaderClassName
{
color: #BFC280;
}
.AnyTagClassName
{
color: #BFC280;
}
</style>
background-color css
<style>
a { background-color: #BFC280; }
a { background-color: rgb(191,194,128); }
div.DivClassName
{
background-color: #BFC280;
}
.BgClassName
{
background-color: #BFC280;
}
</style>
border-color css
<style>
span { border-color: #BFC280; }
span { border-color: rgb(191,194,128); }
td.TdClassName
{
border-color: #BFC280;
}
.TagClassName
{
border-color: #BFC280;
}
</style>