Shades of Pine Glade #B0B27C
Tints of Pine Glade #B0B27C
RGB
CMYK
RGB Variations
Color information
#B0B27C (or 0xB0B27C) is known color: Pine Glade. HEX triplet: B0, B2 and 7C. RGB value is (176,178,124). Sum of RGB (Red+Green+Blue) = 176+178+124=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B27C is #4F4D83. Grayscale: #ABABAB. Windows color (decimal): -5197188 or 8172208. OLE color: 8172208.
HSL color Cylindrical-coordinate representation of color #B0B27C: hue angle of 62.22º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0B27C is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 124 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.30 |
| HSL | 62.22º | 0.26% | 0.59% | - |
| HSV(B) | 62.22º | 0.3% | 0.7% | - |
| XYZ | 37.46 | 42.53 | 25.3 | - |
| YUV | 171.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 124 | 0.01 | 0 | 0.30 | 0.30 | 62.22 | 0.26 | 0.59 |
| Hex | B0 | B2 | 7C | 1 | 0 | 1E | 1E | 3E | 1A | 3B |
| Octal | 260 | 262 | 174 | 1 | 0 | 36 | 36 | 76 | 32 | 73 |
| Binary | 10110000 | 10110010 | 1111100 | 1 | 0 | 11110 | 11110 | 111110 | 11010 | 111011 |
Color Harmonies of #B0B27C
Complementary color
Monochromatic Colors of #B0B27C
Black with #B0B27C
Text Example
Text Example
White with #B0B27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B27C; }
p { color: rgb(176,178,124); }
H1.HeaderClassName
{
color: #B0B27C;
}
.AnyTagClassName
{
color: #B0B27C;
}
</style>
background-color css
<style>
a { background-color: #B0B27C; }
a { background-color: rgb(176,178,124); }
div.DivClassName
{
background-color: #B0B27C;
}
.BgClassName
{
background-color: #B0B27C;
}
</style>
border-color css
<style>
span { border-color: #B0B27C; }
span { border-color: rgb(176,178,124); }
td.TdClassName
{
border-color: #B0B27C;
}
.TagClassName
{
border-color: #B0B27C;
}
</style>