Shades of Pine Glade #BFC578
Tints of Pine Glade #BFC578
RGB
CMYK
RGB Variations
Color information
#BFC578 (or 0xBFC578) is known color: Pine Glade. HEX triplet: BF, C5 and 78. RGB value is (191,197,120). Sum of RGB (Red+Green+Blue) = 191+197+120=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC578 is #403A87. Grayscale: #BABABA. Windows color (decimal): -4209288 or 7914943. OLE color: 7914943.
HSL color Cylindrical-coordinate representation of color #BFC578: hue angle of 64.68º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFC578 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 120 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.23 |
| HSL | 64.68º | 0.4% | 0.62% | - |
| HSV(B) | 64.68º | 0.39% | 0.77% | - |
| XYZ | 44.84 | 52.36 | 25.51 | - |
| YUV | 186.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 120 | 0.03 | 0 | 0.39 | 0.23 | 64.68 | 0.4 | 0.62 |
| Hex | BF | C5 | 78 | 3 | 0 | 27 | 17 | 41 | 28 | 3E |
| Octal | 277 | 305 | 170 | 3 | 0 | 47 | 27 | 101 | 50 | 76 |
| Binary | 10111111 | 11000101 | 1111000 | 11 | 0 | 100111 | 10111 | 1000001 | 101000 | 111110 |
Color Harmonies of #BFC578
Complementary color
Monochromatic Colors of #BFC578
Black with #BFC578
Text Example
Text Example
White with #BFC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC578; }
p { color: rgb(191,197,120); }
H1.HeaderClassName
{
color: #BFC578;
}
.AnyTagClassName
{
color: #BFC578;
}
</style>
background-color css
<style>
a { background-color: #BFC578; }
a { background-color: rgb(191,197,120); }
div.DivClassName
{
background-color: #BFC578;
}
.BgClassName
{
background-color: #BFC578;
}
</style>
border-color css
<style>
span { border-color: #BFC578; }
span { border-color: rgb(191,197,120); }
td.TdClassName
{
border-color: #BFC578;
}
.TagClassName
{
border-color: #BFC578;
}
</style>