Shades of Pine Glade #BFCC77
Tints of Pine Glade #BFCC77
RGB
CMYK
RGB Variations
Color information
#BFCC77 (or 0xBFCC77) is known color: Pine Glade. HEX triplet: BF, CC and 77. RGB value is (191,204,119). Sum of RGB (Red+Green+Blue) = 191+204+119=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC77 is #403388. Grayscale: #BEBEBE. Windows color (decimal): -4207497 or 7851199. OLE color: 7851199.
HSL color Cylindrical-coordinate representation of color #BFCC77: hue angle of 69.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFCC77 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 119 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.2 |
| HSL | 69.18º | 0.45% | 0.63% | - |
| HSV(B) | 69.18º | 0.42% | 0.8% | - |
| XYZ | 46.41 | 55.59 | 25.74 | - |
| YUV | 190.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 119 | 0.06 | 0 | 0.42 | 0.2 | 69.18 | 0.45 | 0.63 |
| Hex | BF | CC | 77 | 6 | 0 | 2A | 14 | 45 | 2D | 3F |
| Octal | 277 | 314 | 167 | 6 | 0 | 52 | 24 | 105 | 55 | 77 |
| Binary | 10111111 | 11001100 | 1110111 | 110 | 0 | 101010 | 10100 | 1000101 | 101101 | 111111 |
Color Harmonies of #BFCC77
Complementary color
Monochromatic Colors of #BFCC77
Black with #BFCC77
Text Example
Text Example
White with #BFCC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC77; }
p { color: rgb(191,204,119); }
H1.HeaderClassName
{
color: #BFCC77;
}
.AnyTagClassName
{
color: #BFCC77;
}
</style>
background-color css
<style>
a { background-color: #BFCC77; }
a { background-color: rgb(191,204,119); }
div.DivClassName
{
background-color: #BFCC77;
}
.BgClassName
{
background-color: #BFCC77;
}
</style>
border-color css
<style>
span { border-color: #BFCC77; }
span { border-color: rgb(191,204,119); }
td.TdClassName
{
border-color: #BFCC77;
}
.TagClassName
{
border-color: #BFCC77;
}
</style>