Shades of Pine Glade #B5BB8B
Tints of Pine Glade #B5BB8B
RGB
CMYK
RGB Variations
Color information
#B5BB8B (or 0xB5BB8B) is known color: Pine Glade. HEX triplet: B5, BB and 8B. RGB value is (181,187,139). Sum of RGB (Red+Green+Blue) = 181+187+139=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BB8B is #4A4474. Grayscale: #B3B3B3. Windows color (decimal): -4867189 or 9157557. OLE color: 9157557.
HSL color Cylindrical-coordinate representation of color #B5BB8B: hue angle of 67.5º 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 #B5BB8B is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 139 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.27 |
| HSL | 67.5º | 0.26% | 0.64% | - |
| HSV(B) | 67.5º | 0.26% | 0.73% | - |
| XYZ | 41.49 | 47.23 | 31.36 | - |
| YUV | 179.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 139 | 0.03 | 0 | 0.26 | 0.27 | 67.5 | 0.26 | 0.64 |
| Hex | B5 | BB | 8B | 3 | 0 | 1A | 1B | 44 | 1A | 40 |
| Octal | 265 | 273 | 213 | 3 | 0 | 32 | 33 | 104 | 32 | 100 |
| Binary | 10110101 | 10111011 | 10001011 | 11 | 0 | 11010 | 11011 | 1000100 | 11010 | 1000000 |
Color Harmonies of #B5BB8B
Complementary color
Monochromatic Colors of #B5BB8B
Black with #B5BB8B
Text Example
Text Example
White with #B5BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BB8B; }
p { color: rgb(181,187,139); }
H1.HeaderClassName
{
color: #B5BB8B;
}
.AnyTagClassName
{
color: #B5BB8B;
}
</style>
background-color css
<style>
a { background-color: #B5BB8B; }
a { background-color: rgb(181,187,139); }
div.DivClassName
{
background-color: #B5BB8B;
}
.BgClassName
{
background-color: #B5BB8B;
}
</style>
border-color css
<style>
span { border-color: #B5BB8B; }
span { border-color: rgb(181,187,139); }
td.TdClassName
{
border-color: #B5BB8B;
}
.TagClassName
{
border-color: #B5BB8B;
}
</style>