Shades of Pine Glade #BFC278
Tints of Pine Glade #BFC278
RGB
CMYK
RGB Variations
Color information
#BFC278 (or 0xBFC278) is known color: Pine Glade. HEX triplet: BF, C2 and 78. RGB value is (191,194,120). Sum of RGB (Red+Green+Blue) = 191+194+120=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC278 is #403D87. Grayscale: #B8B8B8. Windows color (decimal): -4210056 or 7914175. OLE color: 7914175.
HSL color Cylindrical-coordinate representation of color #BFC278: hue angle of 62.43º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFC278 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 120 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.24 |
| HSL | 62.43º | 0.38% | 0.62% | - |
| HSV(B) | 62.43º | 0.38% | 0.76% | - |
| XYZ | 44.17 | 51.02 | 25.29 | - |
| YUV | 184.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 120 | 0.02 | 0 | 0.38 | 0.24 | 62.43 | 0.38 | 0.62 |
| Hex | BF | C2 | 78 | 2 | 0 | 26 | 18 | 3E | 26 | 3E |
| Octal | 277 | 302 | 170 | 2 | 0 | 46 | 30 | 76 | 46 | 76 |
| Binary | 10111111 | 11000010 | 1111000 | 10 | 0 | 100110 | 11000 | 111110 | 100110 | 111110 |
Color Harmonies of #BFC278
Complementary color
Monochromatic Colors of #BFC278
Black with #BFC278
Text Example
Text Example
White with #BFC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC278; }
p { color: rgb(191,194,120); }
H1.HeaderClassName
{
color: #BFC278;
}
.AnyTagClassName
{
color: #BFC278;
}
</style>
background-color css
<style>
a { background-color: #BFC278; }
a { background-color: rgb(191,194,120); }
div.DivClassName
{
background-color: #BFC278;
}
.BgClassName
{
background-color: #BFC278;
}
</style>
border-color css
<style>
span { border-color: #BFC278; }
span { border-color: rgb(191,194,120); }
td.TdClassName
{
border-color: #BFC278;
}
.TagClassName
{
border-color: #BFC278;
}
</style>