Shades of Pine Glade #B6C07F
Tints of Pine Glade #B6C07F
RGB
CMYK
RGB Variations
Color information
#B6C07F (or 0xB6C07F) is known color: Pine Glade. HEX triplet: B6, C0 and 7F. RGB value is (182,192,127). Sum of RGB (Red+Green+Blue) = 182+192+127=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C07F is #493F80. Grayscale: #B5B5B5. Windows color (decimal): -4800385 or 8372406. OLE color: 8372406.
HSL color Cylindrical-coordinate representation of color #B6C07F: hue angle of 69.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6C07F is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 127 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.25 |
| HSL | 69.23º | 0.34% | 0.63% | - |
| HSV(B) | 69.23º | 0.34% | 0.75% | - |
| XYZ | 41.97 | 49.18 | 27.36 | - |
| YUV | 181.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 127 | 0.05 | 0 | 0.34 | 0.25 | 69.23 | 0.34 | 0.63 |
| Hex | B6 | C0 | 7F | 5 | 0 | 22 | 19 | 45 | 22 | 3F |
| Octal | 266 | 300 | 177 | 5 | 0 | 42 | 31 | 105 | 42 | 77 |
| Binary | 10110110 | 11000000 | 1111111 | 101 | 0 | 100010 | 11001 | 1000101 | 100010 | 111111 |
Color Harmonies of #B6C07F
Complementary color
Monochromatic Colors of #B6C07F
Black with #B6C07F
Text Example
Text Example
White with #B6C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C07F; }
p { color: rgb(182,192,127); }
H1.HeaderClassName
{
color: #B6C07F;
}
.AnyTagClassName
{
color: #B6C07F;
}
</style>
background-color css
<style>
a { background-color: #B6C07F; }
a { background-color: rgb(182,192,127); }
div.DivClassName
{
background-color: #B6C07F;
}
.BgClassName
{
background-color: #B6C07F;
}
</style>
border-color css
<style>
span { border-color: #B6C07F; }
span { border-color: rgb(182,192,127); }
td.TdClassName
{
border-color: #B6C07F;
}
.TagClassName
{
border-color: #B6C07F;
}
</style>