Shades of Pine Glade #BFCC84
Tints of Pine Glade #BFCC84
RGB
CMYK
RGB Variations
Color information
#BFCC84 (or 0xBFCC84) is known color: Pine Glade. HEX triplet: BF, CC and 84. RGB value is (191,204,132). Sum of RGB (Red+Green+Blue) = 191+204+132=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC84 is #40337B. Grayscale: #C0C0C0. Windows color (decimal): -4207484 or 8703167. OLE color: 8703167.
HSL color Cylindrical-coordinate representation of color #BFCC84: hue angle of 70.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFCC84 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 132 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.2 |
| HSL | 70.83º | 0.41% | 0.66% | - |
| HSV(B) | 70.83º | 0.35% | 0.8% | - |
| XYZ | 47.24 | 55.93 | 30.13 | - |
| YUV | 191.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 132 | 0.06 | 0 | 0.35 | 0.2 | 70.83 | 0.41 | 0.66 |
| Hex | BF | CC | 84 | 6 | 0 | 23 | 14 | 47 | 29 | 42 |
| Octal | 277 | 314 | 204 | 6 | 0 | 43 | 24 | 107 | 51 | 102 |
| Binary | 10111111 | 11001100 | 10000100 | 110 | 0 | 100011 | 10100 | 1000111 | 101001 | 1000010 |
Color Harmonies of #BFCC84
Complementary color
Monochromatic Colors of #BFCC84
Black with #BFCC84
Text Example
Text Example
White with #BFCC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC84; }
p { color: rgb(191,204,132); }
H1.HeaderClassName
{
color: #BFCC84;
}
.AnyTagClassName
{
color: #BFCC84;
}
</style>
background-color css
<style>
a { background-color: #BFCC84; }
a { background-color: rgb(191,204,132); }
div.DivClassName
{
background-color: #BFCC84;
}
.BgClassName
{
background-color: #BFCC84;
}
</style>
border-color css
<style>
span { border-color: #BFCC84; }
span { border-color: rgb(191,204,132); }
td.TdClassName
{
border-color: #BFCC84;
}
.TagClassName
{
border-color: #BFCC84;
}
</style>