Shades of Pine Glade #B5BB7A
Tints of Pine Glade #B5BB7A
RGB
CMYK
RGB Variations
Color information
#B5BB7A (or 0xB5BB7A) is known color: Pine Glade. HEX triplet: B5, BB and 7A. RGB value is (181,187,122). Sum of RGB (Red+Green+Blue) = 181+187+122=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BB7A is #4A4485. Grayscale: #B2B2B2. Windows color (decimal): -4867206 or 8043445. OLE color: 8043445.
HSL color Cylindrical-coordinate representation of color #B5BB7A: hue angle of 65.54º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5BB7A is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 122 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.27 |
| HSL | 65.54º | 0.32% | 0.61% | - |
| HSV(B) | 65.54º | 0.35% | 0.73% | - |
| XYZ | 40.34 | 46.77 | 25.31 | - |
| YUV | 177.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 122 | 0.03 | 0 | 0.35 | 0.27 | 65.54 | 0.32 | 0.61 |
| Hex | B5 | BB | 7A | 3 | 0 | 23 | 1B | 42 | 20 | 3D |
| Octal | 265 | 273 | 172 | 3 | 0 | 43 | 33 | 102 | 40 | 75 |
| Binary | 10110101 | 10111011 | 1111010 | 11 | 0 | 100011 | 11011 | 1000010 | 100000 | 111101 |
Color Harmonies of #B5BB7A
Complementary color
Monochromatic Colors of #B5BB7A
Black with #B5BB7A
Text Example
Text Example
White with #B5BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BB7A; }
p { color: rgb(181,187,122); }
H1.HeaderClassName
{
color: #B5BB7A;
}
.AnyTagClassName
{
color: #B5BB7A;
}
</style>
background-color css
<style>
a { background-color: #B5BB7A; }
a { background-color: rgb(181,187,122); }
div.DivClassName
{
background-color: #B5BB7A;
}
.BgClassName
{
background-color: #B5BB7A;
}
</style>
border-color css
<style>
span { border-color: #B5BB7A; }
span { border-color: rgb(181,187,122); }
td.TdClassName
{
border-color: #B5BB7A;
}
.TagClassName
{
border-color: #B5BB7A;
}
</style>