Shades of Pine Glade #B2B77E
Tints of Pine Glade #B2B77E
RGB
CMYK
RGB Variations
Color information
#B2B77E (or 0xB2B77E) is known color: Pine Glade. HEX triplet: B2, B7 and 7E. RGB value is (178,183,126). Sum of RGB (Red+Green+Blue) = 178+183+126=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B77E is #4D4881. Grayscale: #AFAFAF. Windows color (decimal): -5064834 or 8304562. OLE color: 8304562.
HSL color Cylindrical-coordinate representation of color #B2B77E: hue angle of 65.26º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2B77E is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 126 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.28 |
| HSL | 65.26º | 0.28% | 0.61% | - |
| HSV(B) | 65.26º | 0.31% | 0.72% | - |
| XYZ | 39.06 | 44.84 | 26.33 | - |
| YUV | 175.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 126 | 0.03 | 0 | 0.31 | 0.28 | 65.26 | 0.28 | 0.61 |
| Hex | B2 | B7 | 7E | 3 | 0 | 1F | 1C | 41 | 1C | 3D |
| Octal | 262 | 267 | 176 | 3 | 0 | 37 | 34 | 101 | 34 | 75 |
| Binary | 10110010 | 10110111 | 1111110 | 11 | 0 | 11111 | 11100 | 1000001 | 11100 | 111101 |
Color Harmonies of #B2B77E
Complementary color
Monochromatic Colors of #B2B77E
Black with #B2B77E
Text Example
Text Example
White with #B2B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B77E; }
p { color: rgb(178,183,126); }
H1.HeaderClassName
{
color: #B2B77E;
}
.AnyTagClassName
{
color: #B2B77E;
}
</style>
background-color css
<style>
a { background-color: #B2B77E; }
a { background-color: rgb(178,183,126); }
div.DivClassName
{
background-color: #B2B77E;
}
.BgClassName
{
background-color: #B2B77E;
}
</style>
border-color css
<style>
span { border-color: #B2B77E; }
span { border-color: rgb(178,183,126); }
td.TdClassName
{
border-color: #B2B77E;
}
.TagClassName
{
border-color: #B2B77E;
}
</style>