Shades of Pine Glade #BFCF78
Tints of Pine Glade #BFCF78
RGB
CMYK
RGB Variations
Color information
#BFCF78 (or 0xBFCF78) is known color: Pine Glade. HEX triplet: BF, CF and 78. RGB value is (191,207,120). Sum of RGB (Red+Green+Blue) = 191+207+120=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF78 is #403087. Grayscale: #C0C0C0. Windows color (decimal): -4206728 or 7917503. OLE color: 7917503.
HSL color Cylindrical-coordinate representation of color #BFCF78: hue angle of 71.03º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFCF78 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 120 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.19 |
| HSL | 71.03º | 0.48% | 0.64% | - |
| HSV(B) | 71.03º | 0.42% | 0.81% | - |
| XYZ | 47.19 | 57.06 | 26.3 | - |
| YUV | 192.3 | 87.2 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 120 | 0.08 | 0 | 0.42 | 0.19 | 71.03 | 0.48 | 0.64 |
| Hex | BF | CF | 78 | 8 | 0 | 2A | 13 | 47 | 30 | 40 |
| Octal | 277 | 317 | 170 | 10 | 0 | 52 | 23 | 107 | 60 | 100 |
| Binary | 10111111 | 11001111 | 1111000 | 1000 | 0 | 101010 | 10011 | 1000111 | 110000 | 1000000 |
Color Harmonies of #BFCF78
Complementary color
Monochromatic Colors of #BFCF78
Black with #BFCF78
Text Example
Text Example
White with #BFCF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF78; }
p { color: rgb(191,207,120); }
H1.HeaderClassName
{
color: #BFCF78;
}
.AnyTagClassName
{
color: #BFCF78;
}
</style>
background-color css
<style>
a { background-color: #BFCF78; }
a { background-color: rgb(191,207,120); }
div.DivClassName
{
background-color: #BFCF78;
}
.BgClassName
{
background-color: #BFCF78;
}
</style>
border-color css
<style>
span { border-color: #BFCF78; }
span { border-color: rgb(191,207,120); }
td.TdClassName
{
border-color: #BFCF78;
}
.TagClassName
{
border-color: #BFCF78;
}
</style>