Shades of Pine Glade #B8BD7E
Tints of Pine Glade #B8BD7E
RGB
CMYK
RGB Variations
Color information
#B8BD7E (or 0xB8BD7E) is known color: Pine Glade. HEX triplet: B8, BD and 7E. RGB value is (184,189,126). Sum of RGB (Red+Green+Blue) = 184+189+126=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD7E is #474281. Grayscale: #B4B4B4. Windows color (decimal): -4670082 or 8306104. OLE color: 8306104.
HSL color Cylindrical-coordinate representation of color #B8BD7E: hue angle of 64.76º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8BD7E is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 189 | 126 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.26 |
| HSL | 64.76º | 0.32% | 0.62% | - |
| HSV(B) | 64.76º | 0.33% | 0.74% | - |
| XYZ | 41.73 | 48.09 | 26.82 | - |
| YUV | 180.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 126 | 0.03 | 0 | 0.33 | 0.26 | 64.76 | 0.32 | 0.62 |
| Hex | B8 | BD | 7E | 3 | 0 | 21 | 1A | 41 | 20 | 3E |
| Octal | 270 | 275 | 176 | 3 | 0 | 41 | 32 | 101 | 40 | 76 |
| Binary | 10111000 | 10111101 | 1111110 | 11 | 0 | 100001 | 11010 | 1000001 | 100000 | 111110 |
Color Harmonies of #B8BD7E
Complementary color
Monochromatic Colors of #B8BD7E
Black with #B8BD7E
Text Example
Text Example
White with #B8BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BD7E; }
p { color: rgb(184,189,126); }
H1.HeaderClassName
{
color: #B8BD7E;
}
.AnyTagClassName
{
color: #B8BD7E;
}
</style>
background-color css
<style>
a { background-color: #B8BD7E; }
a { background-color: rgb(184,189,126); }
div.DivClassName
{
background-color: #B8BD7E;
}
.BgClassName
{
background-color: #B8BD7E;
}
</style>
border-color css
<style>
span { border-color: #B8BD7E; }
span { border-color: rgb(184,189,126); }
td.TdClassName
{
border-color: #B8BD7E;
}
.TagClassName
{
border-color: #B8BD7E;
}
</style>