Shades of Pine Glade #B6C07E
Tints of Pine Glade #B6C07E
RGB
CMYK
RGB Variations
Color information
#B6C07E (or 0xB6C07E) is known color: Pine Glade. HEX triplet: B6, C0 and 7E. RGB value is (182,192,126). Sum of RGB (Red+Green+Blue) = 182+192+126=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C07E is #493F81. Grayscale: #B5B5B5. Windows color (decimal): -4800386 or 8306870. OLE color: 8306870.
HSL color Cylindrical-coordinate representation of color #B6C07E: hue angle of 69.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6C07E is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 126 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.25 |
| HSL | 69.09º | 0.34% | 0.62% | - |
| HSV(B) | 69.09º | 0.34% | 0.75% | - |
| XYZ | 41.91 | 49.15 | 27.02 | - |
| YUV | 181.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 126 | 0.05 | 0 | 0.34 | 0.25 | 69.09 | 0.34 | 0.62 |
| Hex | B6 | C0 | 7E | 5 | 0 | 22 | 19 | 45 | 22 | 3E |
| Octal | 266 | 300 | 176 | 5 | 0 | 42 | 31 | 105 | 42 | 76 |
| Binary | 10110110 | 11000000 | 1111110 | 101 | 0 | 100010 | 11001 | 1000101 | 100010 | 111110 |
Color Harmonies of #B6C07E
Complementary color
Monochromatic Colors of #B6C07E
Black with #B6C07E
Text Example
Text Example
White with #B6C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C07E; }
p { color: rgb(182,192,126); }
H1.HeaderClassName
{
color: #B6C07E;
}
.AnyTagClassName
{
color: #B6C07E;
}
</style>
background-color css
<style>
a { background-color: #B6C07E; }
a { background-color: rgb(182,192,126); }
div.DivClassName
{
background-color: #B6C07E;
}
.BgClassName
{
background-color: #B6C07E;
}
</style>
border-color css
<style>
span { border-color: #B6C07E; }
span { border-color: rgb(182,192,126); }
td.TdClassName
{
border-color: #B6C07E;
}
.TagClassName
{
border-color: #B6C07E;
}
</style>