Shades of Pine Glade #B6C070
Tints of Pine Glade #B6C070
RGB
CMYK
RGB Variations
Color information
#B6C070 (or 0xB6C070) is known color: Pine Glade. HEX triplet: B6, C0 and 70. RGB value is (182,192,112). Sum of RGB (Red+Green+Blue) = 182+192+112=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C070 is #493F8F. Grayscale: #B4B4B4. Windows color (decimal): -4800400 or 7389366. OLE color: 7389366.
HSL color Cylindrical-coordinate representation of color #B6C070: hue angle of 67.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6C070 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 112 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.25 |
| HSL | 67.5º | 0.39% | 0.6% | - |
| HSV(B) | 67.5º | 0.42% | 0.75% | - |
| XYZ | 41.07 | 48.81 | 22.59 | - |
| YUV | 179.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 112 | 0.05 | 0 | 0.42 | 0.25 | 67.5 | 0.39 | 0.6 |
| Hex | B6 | C0 | 70 | 5 | 0 | 2A | 19 | 44 | 27 | 3C |
| Octal | 266 | 300 | 160 | 5 | 0 | 52 | 31 | 104 | 47 | 74 |
| Binary | 10110110 | 11000000 | 1110000 | 101 | 0 | 101010 | 11001 | 1000100 | 100111 | 111100 |
Color Harmonies of #B6C070
Complementary color
Monochromatic Colors of #B6C070
Black with #B6C070
Text Example
Text Example
White with #B6C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C070; }
p { color: rgb(182,192,112); }
H1.HeaderClassName
{
color: #B6C070;
}
.AnyTagClassName
{
color: #B6C070;
}
</style>
background-color css
<style>
a { background-color: #B6C070; }
a { background-color: rgb(182,192,112); }
div.DivClassName
{
background-color: #B6C070;
}
.BgClassName
{
background-color: #B6C070;
}
</style>
border-color css
<style>
span { border-color: #B6C070; }
span { border-color: rgb(182,192,112); }
td.TdClassName
{
border-color: #B6C070;
}
.TagClassName
{
border-color: #B6C070;
}
</style>