Shades of Pine Glade #B7BB8A
Tints of Pine Glade #B7BB8A
RGB
CMYK
RGB Variations
Color information
#B7BB8A (or 0xB7BB8A) is known color: Pine Glade. HEX triplet: B7, BB and 8A. RGB value is (183,187,138). Sum of RGB (Red+Green+Blue) = 183+187+138=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BB8A is #484475. Grayscale: #B4B4B4. Windows color (decimal): -4736118 or 9092023. OLE color: 9092023.
HSL color Cylindrical-coordinate representation of color #B7BB8A: hue angle of 64.9º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7BB8A is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 187 | 138 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.27 |
| HSL | 64.9º | 0.26% | 0.64% | - |
| HSV(B) | 64.9º | 0.26% | 0.73% | - |
| XYZ | 41.89 | 47.44 | 30.99 | - |
| YUV | 180.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 138 | 0.02 | 0 | 0.26 | 0.27 | 64.9 | 0.26 | 0.64 |
| Hex | B7 | BB | 8A | 2 | 0 | 1A | 1B | 41 | 1A | 40 |
| Octal | 267 | 273 | 212 | 2 | 0 | 32 | 33 | 101 | 32 | 100 |
| Binary | 10110111 | 10111011 | 10001010 | 10 | 0 | 11010 | 11011 | 1000001 | 11010 | 1000000 |
Color Harmonies of #B7BB8A
Complementary color
Monochromatic Colors of #B7BB8A
Black with #B7BB8A
Text Example
Text Example
White with #B7BB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BB8A; }
p { color: rgb(183,187,138); }
H1.HeaderClassName
{
color: #B7BB8A;
}
.AnyTagClassName
{
color: #B7BB8A;
}
</style>
background-color css
<style>
a { background-color: #B7BB8A; }
a { background-color: rgb(183,187,138); }
div.DivClassName
{
background-color: #B7BB8A;
}
.BgClassName
{
background-color: #B7BB8A;
}
</style>
border-color css
<style>
span { border-color: #B7BB8A; }
span { border-color: rgb(183,187,138); }
td.TdClassName
{
border-color: #B7BB8A;
}
.TagClassName
{
border-color: #B7BB8A;
}
</style>