Shades of Pine Glade #B2B87B
Tints of Pine Glade #B2B87B
RGB
CMYK
RGB Variations
Color information
#B2B87B (or 0xB2B87B) is known color: Pine Glade. HEX triplet: B2, B8 and 7B. RGB value is (178,184,123). Sum of RGB (Red+Green+Blue) = 178+184+123=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B87B is #4D4784. Grayscale: #AFAFAF. Windows color (decimal): -5064581 or 8108210. OLE color: 8108210.
HSL color Cylindrical-coordinate representation of color #B2B87B: hue angle of 65.9º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2B87B is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 123 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.28 |
| HSL | 65.9º | 0.3% | 0.6% | - |
| HSV(B) | 65.9º | 0.33% | 0.72% | - |
| XYZ | 39.08 | 45.18 | 25.4 | - |
| YUV | 175.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 123 | 0.03 | 0 | 0.33 | 0.28 | 65.9 | 0.3 | 0.6 |
| Hex | B2 | B8 | 7B | 3 | 0 | 21 | 1C | 42 | 1E | 3C |
| Octal | 262 | 270 | 173 | 3 | 0 | 41 | 34 | 102 | 36 | 74 |
| Binary | 10110010 | 10111000 | 1111011 | 11 | 0 | 100001 | 11100 | 1000010 | 11110 | 111100 |
Color Harmonies of #B2B87B
Complementary color
Monochromatic Colors of #B2B87B
Black with #B2B87B
Text Example
Text Example
White with #B2B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B87B; }
p { color: rgb(178,184,123); }
H1.HeaderClassName
{
color: #B2B87B;
}
.AnyTagClassName
{
color: #B2B87B;
}
</style>
background-color css
<style>
a { background-color: #B2B87B; }
a { background-color: rgb(178,184,123); }
div.DivClassName
{
background-color: #B2B87B;
}
.BgClassName
{
background-color: #B2B87B;
}
</style>
border-color css
<style>
span { border-color: #B2B87B; }
span { border-color: rgb(178,184,123); }
td.TdClassName
{
border-color: #B2B87B;
}
.TagClassName
{
border-color: #B2B87B;
}
</style>