Shades of Pine Glade #B6C07B
Tints of Pine Glade #B6C07B
RGB
CMYK
RGB Variations
Color information
#B6C07B (or 0xB6C07B) is known color: Pine Glade. HEX triplet: B6, C0 and 7B. RGB value is (182,192,123). Sum of RGB (Red+Green+Blue) = 182+192+123=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C07B is #493F84. Grayscale: #B5B5B5. Windows color (decimal): -4800389 or 8110262. OLE color: 8110262.
HSL color Cylindrical-coordinate representation of color #B6C07B: hue angle of 68.7º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6C07B is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 123 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.25 |
| HSL | 68.7º | 0.35% | 0.62% | - |
| HSV(B) | 68.7º | 0.36% | 0.75% | - |
| XYZ | 41.72 | 49.07 | 26.01 | - |
| YUV | 181.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 123 | 0.05 | 0 | 0.36 | 0.25 | 68.7 | 0.35 | 0.62 |
| Hex | B6 | C0 | 7B | 5 | 0 | 24 | 19 | 45 | 23 | 3E |
| Octal | 266 | 300 | 173 | 5 | 0 | 44 | 31 | 105 | 43 | 76 |
| Binary | 10110110 | 11000000 | 1111011 | 101 | 0 | 100100 | 11001 | 1000101 | 100011 | 111110 |
Color Harmonies of #B6C07B
Complementary color
Monochromatic Colors of #B6C07B
Black with #B6C07B
Text Example
Text Example
White with #B6C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C07B; }
p { color: rgb(182,192,123); }
H1.HeaderClassName
{
color: #B6C07B;
}
.AnyTagClassName
{
color: #B6C07B;
}
</style>
background-color css
<style>
a { background-color: #B6C07B; }
a { background-color: rgb(182,192,123); }
div.DivClassName
{
background-color: #B6C07B;
}
.BgClassName
{
background-color: #B6C07B;
}
</style>
border-color css
<style>
span { border-color: #B6C07B; }
span { border-color: rgb(182,192,123); }
td.TdClassName
{
border-color: #B6C07B;
}
.TagClassName
{
border-color: #B6C07B;
}
</style>