Shades of Pine Glade #B6C077
Tints of Pine Glade #B6C077
RGB
CMYK
RGB Variations
Color information
#B6C077 (or 0xB6C077) is known color: Pine Glade. HEX triplet: B6, C0 and 77. RGB value is (182,192,119). Sum of RGB (Red+Green+Blue) = 182+192+119=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C077 is #493F88. Grayscale: #B4B4B4. Windows color (decimal): -4800393 or 7848118. OLE color: 7848118.
HSL color Cylindrical-coordinate representation of color #B6C077: hue angle of 68.22º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6C077 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 119 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.25 |
| HSL | 68.22º | 0.37% | 0.61% | - |
| HSV(B) | 68.22º | 0.38% | 0.75% | - |
| XYZ | 41.47 | 48.98 | 24.72 | - |
| YUV | 180.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 119 | 0.05 | 0 | 0.38 | 0.25 | 68.22 | 0.37 | 0.61 |
| Hex | B6 | C0 | 77 | 5 | 0 | 26 | 19 | 44 | 25 | 3D |
| Octal | 266 | 300 | 167 | 5 | 0 | 46 | 31 | 104 | 45 | 75 |
| Binary | 10110110 | 11000000 | 1110111 | 101 | 0 | 100110 | 11001 | 1000100 | 100101 | 111101 |
Color Harmonies of #B6C077
Complementary color
Monochromatic Colors of #B6C077
Black with #B6C077
Text Example
Text Example
White with #B6C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C077; }
p { color: rgb(182,192,119); }
H1.HeaderClassName
{
color: #B6C077;
}
.AnyTagClassName
{
color: #B6C077;
}
</style>
background-color css
<style>
a { background-color: #B6C077; }
a { background-color: rgb(182,192,119); }
div.DivClassName
{
background-color: #B6C077;
}
.BgClassName
{
background-color: #B6C077;
}
</style>
border-color css
<style>
span { border-color: #B6C077; }
span { border-color: rgb(182,192,119); }
td.TdClassName
{
border-color: #B6C077;
}
.TagClassName
{
border-color: #B6C077;
}
</style>