Shades of Pine Glade #B6BD80
Tints of Pine Glade #B6BD80
RGB
CMYK
RGB Variations
Color information
#B6BD80 (or 0xB6BD80) is known color: Pine Glade. HEX triplet: B6, BD and 80. RGB value is (182,189,128). Sum of RGB (Red+Green+Blue) = 182+189+128=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BD80 is #49427F. Grayscale: #B4B4B4. Windows color (decimal): -4801152 or 8437174. OLE color: 8437174.
HSL color Cylindrical-coordinate representation of color #B6BD80: hue angle of 66.89º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6BD80 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 189 | 128 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.26 |
| HSL | 66.89º | 0.32% | 0.62% | - |
| HSV(B) | 66.89º | 0.32% | 0.74% | - |
| XYZ | 41.39 | 47.9 | 27.49 | - |
| YUV | 179.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 189 | 128 | 0.04 | 0 | 0.32 | 0.26 | 66.89 | 0.32 | 0.62 |
| Hex | B6 | BD | 80 | 4 | 0 | 20 | 1A | 43 | 20 | 3E |
| Octal | 266 | 275 | 200 | 4 | 0 | 40 | 32 | 103 | 40 | 76 |
| Binary | 10110110 | 10111101 | 10000000 | 100 | 0 | 100000 | 11010 | 1000011 | 100000 | 111110 |
Color Harmonies of #B6BD80
Complementary color
Monochromatic Colors of #B6BD80
Black with #B6BD80
Text Example
Text Example
White with #B6BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BD80; }
p { color: rgb(182,189,128); }
H1.HeaderClassName
{
color: #B6BD80;
}
.AnyTagClassName
{
color: #B6BD80;
}
</style>
background-color css
<style>
a { background-color: #B6BD80; }
a { background-color: rgb(182,189,128); }
div.DivClassName
{
background-color: #B6BD80;
}
.BgClassName
{
background-color: #B6BD80;
}
</style>
border-color css
<style>
span { border-color: #B6BD80; }
span { border-color: rgb(182,189,128); }
td.TdClassName
{
border-color: #B6BD80;
}
.TagClassName
{
border-color: #B6BD80;
}
</style>