Shades of Pine Glade #BFC178
Tints of Pine Glade #BFC178
RGB
CMYK
RGB Variations
Color information
#BFC178 (or 0xBFC178) is known color: Pine Glade. HEX triplet: BF, C1 and 78. RGB value is (191,193,120). Sum of RGB (Red+Green+Blue) = 191+193+120=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC178 is #403E87. Grayscale: #B8B8B8. Windows color (decimal): -4210312 or 7913919. OLE color: 7913919.
HSL color Cylindrical-coordinate representation of color #BFC178: hue angle of 61.64º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFC178 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 120 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.24 |
| HSL | 61.64º | 0.37% | 0.61% | - |
| HSV(B) | 61.64º | 0.38% | 0.76% | - |
| XYZ | 43.95 | 50.57 | 25.21 | - |
| YUV | 184.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 120 | 0.01 | 0 | 0.38 | 0.24 | 61.64 | 0.37 | 0.61 |
| Hex | BF | C1 | 78 | 1 | 0 | 26 | 18 | 3E | 25 | 3D |
| Octal | 277 | 301 | 170 | 1 | 0 | 46 | 30 | 76 | 45 | 75 |
| Binary | 10111111 | 11000001 | 1111000 | 1 | 0 | 100110 | 11000 | 111110 | 100101 | 111101 |
Color Harmonies of #BFC178
Complementary color
Monochromatic Colors of #BFC178
Black with #BFC178
Text Example
Text Example
White with #BFC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC178; }
p { color: rgb(191,193,120); }
H1.HeaderClassName
{
color: #BFC178;
}
.AnyTagClassName
{
color: #BFC178;
}
</style>
background-color css
<style>
a { background-color: #BFC178; }
a { background-color: rgb(191,193,120); }
div.DivClassName
{
background-color: #BFC178;
}
.BgClassName
{
background-color: #BFC178;
}
</style>
border-color css
<style>
span { border-color: #BFC178; }
span { border-color: rgb(191,193,120); }
td.TdClassName
{
border-color: #BFC178;
}
.TagClassName
{
border-color: #BFC178;
}
</style>