Shades of Pine Glade #B1BD6E
Tints of Pine Glade #B1BD6E
RGB
CMYK
RGB Variations
Color information
#B1BD6E (or 0xB1BD6E) is known color: Pine Glade. HEX triplet: B1, BD and 6E. RGB value is (177,189,110). Sum of RGB (Red+Green+Blue) = 177+189+110=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD6E is #4E4291. Grayscale: #B0B0B0. Windows color (decimal): -5128850 or 7257521. OLE color: 7257521.
HSL color Cylindrical-coordinate representation of color #B1BD6E: hue angle of 69.11º 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 #B1BD6E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 110 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.26 |
| HSL | 69.11º | 0.37% | 0.59% | - |
| HSV(B) | 69.11º | 0.42% | 0.74% | - |
| XYZ | 39.14 | 46.87 | 21.74 | - |
| YUV | 176.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 110 | 0.06 | 0 | 0.42 | 0.26 | 69.11 | 0.37 | 0.59 |
| Hex | B1 | BD | 6E | 6 | 0 | 2A | 1A | 45 | 25 | 3B |
| Octal | 261 | 275 | 156 | 6 | 0 | 52 | 32 | 105 | 45 | 73 |
| Binary | 10110001 | 10111101 | 1101110 | 110 | 0 | 101010 | 11010 | 1000101 | 100101 | 111011 |
Color Harmonies of #B1BD6E
Complementary color
Monochromatic Colors of #B1BD6E
Black with #B1BD6E
Text Example
Text Example
White with #B1BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD6E; }
p { color: rgb(177,189,110); }
H1.HeaderClassName
{
color: #B1BD6E;
}
.AnyTagClassName
{
color: #B1BD6E;
}
</style>
background-color css
<style>
a { background-color: #B1BD6E; }
a { background-color: rgb(177,189,110); }
div.DivClassName
{
background-color: #B1BD6E;
}
.BgClassName
{
background-color: #B1BD6E;
}
</style>
border-color css
<style>
span { border-color: #B1BD6E; }
span { border-color: rgb(177,189,110); }
td.TdClassName
{
border-color: #B1BD6E;
}
.TagClassName
{
border-color: #B1BD6E;
}
</style>