Shades of Pine Glade #B2BD6E
Tints of Pine Glade #B2BD6E
RGB
CMYK
RGB Variations
Color information
#B2BD6E (or 0xB2BD6E) is known color: Pine Glade. HEX triplet: B2, BD and 6E. RGB value is (178,189,110). Sum of RGB (Red+Green+Blue) = 178+189+110=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD6E is #4D4291. Grayscale: #B1B1B1. Windows color (decimal): -5063314 or 7257522. OLE color: 7257522.
HSL color Cylindrical-coordinate representation of color #B2BD6E: hue angle of 68.35º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2BD6E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 110 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.26 |
| HSL | 68.35º | 0.37% | 0.59% | - |
| HSV(B) | 68.35º | 0.42% | 0.74% | - |
| XYZ | 39.37 | 46.99 | 21.75 | - |
| YUV | 176.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 110 | 0.06 | 0 | 0.42 | 0.26 | 68.35 | 0.37 | 0.59 |
| Hex | B2 | BD | 6E | 6 | 0 | 2A | 1A | 44 | 25 | 3B |
| Octal | 262 | 275 | 156 | 6 | 0 | 52 | 32 | 104 | 45 | 73 |
| Binary | 10110010 | 10111101 | 1101110 | 110 | 0 | 101010 | 11010 | 1000100 | 100101 | 111011 |
Color Harmonies of #B2BD6E
Complementary color
Monochromatic Colors of #B2BD6E
Black with #B2BD6E
Text Example
Text Example
White with #B2BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD6E; }
p { color: rgb(178,189,110); }
H1.HeaderClassName
{
color: #B2BD6E;
}
.AnyTagClassName
{
color: #B2BD6E;
}
</style>
background-color css
<style>
a { background-color: #B2BD6E; }
a { background-color: rgb(178,189,110); }
div.DivClassName
{
background-color: #B2BD6E;
}
.BgClassName
{
background-color: #B2BD6E;
}
</style>
border-color css
<style>
span { border-color: #B2BD6E; }
span { border-color: rgb(178,189,110); }
td.TdClassName
{
border-color: #B2BD6E;
}
.TagClassName
{
border-color: #B2BD6E;
}
</style>