Shades of Pine Glade #B6C177
Tints of Pine Glade #B6C177
RGB
CMYK
RGB Variations
Color information
#B6C177 (or 0xB6C177) is known color: Pine Glade. HEX triplet: B6, C1 and 77. RGB value is (182,193,119). Sum of RGB (Red+Green+Blue) = 182+193+119=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C177 is #493E88. Grayscale: #B5B5B5. Windows color (decimal): -4800137 or 7848374. OLE color: 7848374.
HSL color Cylindrical-coordinate representation of color #B6C177: hue angle of 68.92º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6C177 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 193 | 119 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.24 |
| HSL | 68.92º | 0.37% | 0.61% | - |
| HSV(B) | 68.92º | 0.38% | 0.76% | - |
| XYZ | 41.69 | 49.42 | 24.79 | - |
| YUV | 181.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 193 | 119 | 0.06 | 0 | 0.38 | 0.24 | 68.92 | 0.37 | 0.61 |
| Hex | B6 | C1 | 77 | 6 | 0 | 26 | 18 | 45 | 25 | 3D |
| Octal | 266 | 301 | 167 | 6 | 0 | 46 | 30 | 105 | 45 | 75 |
| Binary | 10110110 | 11000001 | 1110111 | 110 | 0 | 100110 | 11000 | 1000101 | 100101 | 111101 |
Color Harmonies of #B6C177
Complementary color
Monochromatic Colors of #B6C177
Black with #B6C177
Text Example
Text Example
White with #B6C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C177; }
p { color: rgb(182,193,119); }
H1.HeaderClassName
{
color: #B6C177;
}
.AnyTagClassName
{
color: #B6C177;
}
</style>
background-color css
<style>
a { background-color: #B6C177; }
a { background-color: rgb(182,193,119); }
div.DivClassName
{
background-color: #B6C177;
}
.BgClassName
{
background-color: #B6C177;
}
</style>
border-color css
<style>
span { border-color: #B6C177; }
span { border-color: rgb(182,193,119); }
td.TdClassName
{
border-color: #B6C177;
}
.TagClassName
{
border-color: #B6C177;
}
</style>