Shades of Pine Glade #BFC478
Tints of Pine Glade #BFC478
RGB
CMYK
RGB Variations
Color information
#BFC478 (or 0xBFC478) is known color: Pine Glade. HEX triplet: BF, C4 and 78. RGB value is (191,196,120). Sum of RGB (Red+Green+Blue) = 191+196+120=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC478 is #403B87. Grayscale: #BABABA. Windows color (decimal): -4209544 or 7914687. OLE color: 7914687.
HSL color Cylindrical-coordinate representation of color #BFC478: hue angle of 63.95º degrees, saturation: 0.39, 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 #BFC478 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 120 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.23 |
| HSL | 63.95º | 0.39% | 0.62% | - |
| HSV(B) | 63.95º | 0.39% | 0.77% | - |
| XYZ | 44.62 | 51.91 | 25.44 | - |
| YUV | 185.84 | 90.84 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 120 | 0.03 | 0 | 0.39 | 0.23 | 63.95 | 0.39 | 0.62 |
| Hex | BF | C4 | 78 | 3 | 0 | 27 | 17 | 40 | 27 | 3E |
| Octal | 277 | 304 | 170 | 3 | 0 | 47 | 27 | 100 | 47 | 76 |
| Binary | 10111111 | 11000100 | 1111000 | 11 | 0 | 100111 | 10111 | 1000000 | 100111 | 111110 |
Color Harmonies of #BFC478
Complementary color
Monochromatic Colors of #BFC478
Black with #BFC478
Text Example
Text Example
White with #BFC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC478; }
p { color: rgb(191,196,120); }
H1.HeaderClassName
{
color: #BFC478;
}
.AnyTagClassName
{
color: #BFC478;
}
</style>
background-color css
<style>
a { background-color: #BFC478; }
a { background-color: rgb(191,196,120); }
div.DivClassName
{
background-color: #BFC478;
}
.BgClassName
{
background-color: #BFC478;
}
</style>
border-color css
<style>
span { border-color: #BFC478; }
span { border-color: rgb(191,196,120); }
td.TdClassName
{
border-color: #BFC478;
}
.TagClassName
{
border-color: #BFC478;
}
</style>