Shades of Pine Glade #B2B37F
Tints of Pine Glade #B2B37F
RGB
CMYK
RGB Variations
Color information
#B2B37F (or 0xB2B37F) is known color: Pine Glade. HEX triplet: B2, B3 and 7F. RGB value is (178,179,127). Sum of RGB (Red+Green+Blue) = 178+179+127=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B37F is #4D4C80. Grayscale: #ACACAC. Windows color (decimal): -5065857 or 8369074. OLE color: 8369074.
HSL color Cylindrical-coordinate representation of color #B2B37F: hue angle of 61.15º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2B37F is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 127 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.30 |
| HSL | 61.15º | 0.25% | 0.6% | - |
| HSV(B) | 61.15º | 0.29% | 0.7% | - |
| XYZ | 38.31 | 43.24 | 26.41 | - |
| YUV | 172.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 127 | 0.01 | 0 | 0.29 | 0.30 | 61.15 | 0.25 | 0.6 |
| Hex | B2 | B3 | 7F | 1 | 0 | 1D | 1E | 3D | 19 | 3C |
| Octal | 262 | 263 | 177 | 1 | 0 | 35 | 36 | 75 | 31 | 74 |
| Binary | 10110010 | 10110011 | 1111111 | 1 | 0 | 11101 | 11110 | 111101 | 11001 | 111100 |
Color Harmonies of #B2B37F
Complementary color
Monochromatic Colors of #B2B37F
Black with #B2B37F
Text Example
Text Example
White with #B2B37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B37F; }
p { color: rgb(178,179,127); }
H1.HeaderClassName
{
color: #B2B37F;
}
.AnyTagClassName
{
color: #B2B37F;
}
</style>
background-color css
<style>
a { background-color: #B2B37F; }
a { background-color: rgb(178,179,127); }
div.DivClassName
{
background-color: #B2B37F;
}
.BgClassName
{
background-color: #B2B37F;
}
</style>
border-color css
<style>
span { border-color: #B2B37F; }
span { border-color: rgb(178,179,127); }
td.TdClassName
{
border-color: #B2B37F;
}
.TagClassName
{
border-color: #B2B37F;
}
</style>