Shades of Pine Glade #BFCC78
Tints of Pine Glade #BFCC78
RGB
CMYK
RGB Variations
Color information
#BFCC78 (or 0xBFCC78) is known color: Pine Glade. HEX triplet: BF, CC and 78. RGB value is (191,204,120). Sum of RGB (Red+Green+Blue) = 191+204+120=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC78 is #403387. Grayscale: #BEBEBE. Windows color (decimal): -4207496 or 7916735. OLE color: 7916735.
HSL color Cylindrical-coordinate representation of color #BFCC78: hue angle of 69.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFCC78 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 120 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.2 |
| HSL | 69.29º | 0.45% | 0.64% | - |
| HSV(B) | 69.29º | 0.41% | 0.8% | - |
| XYZ | 46.47 | 55.62 | 26.06 | - |
| YUV | 190.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 120 | 0.06 | 0 | 0.41 | 0.2 | 69.29 | 0.45 | 0.64 |
| Hex | BF | CC | 78 | 6 | 0 | 29 | 14 | 45 | 2D | 40 |
| Octal | 277 | 314 | 170 | 6 | 0 | 51 | 24 | 105 | 55 | 100 |
| Binary | 10111111 | 11001100 | 1111000 | 110 | 0 | 101001 | 10100 | 1000101 | 101101 | 1000000 |
Color Harmonies of #BFCC78
Complementary color
Monochromatic Colors of #BFCC78
Black with #BFCC78
Text Example
Text Example
White with #BFCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC78; }
p { color: rgb(191,204,120); }
H1.HeaderClassName
{
color: #BFCC78;
}
.AnyTagClassName
{
color: #BFCC78;
}
</style>
background-color css
<style>
a { background-color: #BFCC78; }
a { background-color: rgb(191,204,120); }
div.DivClassName
{
background-color: #BFCC78;
}
.BgClassName
{
background-color: #BFCC78;
}
</style>
border-color css
<style>
span { border-color: #BFCC78; }
span { border-color: rgb(191,204,120); }
td.TdClassName
{
border-color: #BFCC78;
}
.TagClassName
{
border-color: #BFCC78;
}
</style>