Shades of Pine Glade #BFCC80
Tints of Pine Glade #BFCC80
RGB
CMYK
RGB Variations
Color information
#BFCC80 (or 0xBFCC80) is known color: Pine Glade. HEX triplet: BF, CC and 80. RGB value is (191,204,128). Sum of RGB (Red+Green+Blue) = 191+204+128=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC80 is #40337F. Grayscale: #BFBFBF. Windows color (decimal): -4207488 or 8441023. OLE color: 8441023.
HSL color Cylindrical-coordinate representation of color #BFCC80: hue angle of 70.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFCC80 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 128 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.2 |
| HSL | 70.26º | 0.43% | 0.65% | - |
| HSV(B) | 70.26º | 0.37% | 0.8% | - |
| XYZ | 46.98 | 55.82 | 28.72 | - |
| YUV | 191.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 128 | 0.06 | 0 | 0.37 | 0.2 | 70.26 | 0.43 | 0.65 |
| Hex | BF | CC | 80 | 6 | 0 | 25 | 14 | 46 | 2B | 41 |
| Octal | 277 | 314 | 200 | 6 | 0 | 45 | 24 | 106 | 53 | 101 |
| Binary | 10111111 | 11001100 | 10000000 | 110 | 0 | 100101 | 10100 | 1000110 | 101011 | 1000001 |
Color Harmonies of #BFCC80
Complementary color
Monochromatic Colors of #BFCC80
Black with #BFCC80
Text Example
Text Example
White with #BFCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC80; }
p { color: rgb(191,204,128); }
H1.HeaderClassName
{
color: #BFCC80;
}
.AnyTagClassName
{
color: #BFCC80;
}
</style>
background-color css
<style>
a { background-color: #BFCC80; }
a { background-color: rgb(191,204,128); }
div.DivClassName
{
background-color: #BFCC80;
}
.BgClassName
{
background-color: #BFCC80;
}
</style>
border-color css
<style>
span { border-color: #BFCC80; }
span { border-color: rgb(191,204,128); }
td.TdClassName
{
border-color: #BFCC80;
}
.TagClassName
{
border-color: #BFCC80;
}
</style>