Shades of Pine Glade #B6C175
Tints of Pine Glade #B6C175
RGB
CMYK
RGB Variations
Color information
#B6C175 (or 0xB6C175) is known color: Pine Glade. HEX triplet: B6, C1 and 75. RGB value is (182,193,117). Sum of RGB (Red+Green+Blue) = 182+193+117=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C175 is #493E8A. Grayscale: #B5B5B5. Windows color (decimal): -4800139 or 7717302. OLE color: 7717302.
HSL color Cylindrical-coordinate representation of color #B6C175: hue angle of 68.68º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B6C175 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 193 | 117 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.24 |
| HSL | 68.68º | 0.38% | 0.61% | - |
| HSV(B) | 68.68º | 0.39% | 0.76% | - |
| XYZ | 41.57 | 49.37 | 24.17 | - |
| YUV | 181.05 | 91.86 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 193 | 117 | 0.06 | 0 | 0.39 | 0.24 | 68.68 | 0.38 | 0.61 |
| Hex | B6 | C1 | 75 | 6 | 0 | 27 | 18 | 45 | 26 | 3D |
| Octal | 266 | 301 | 165 | 6 | 0 | 47 | 30 | 105 | 46 | 75 |
| Binary | 10110110 | 11000001 | 1110101 | 110 | 0 | 100111 | 11000 | 1000101 | 100110 | 111101 |
Color Harmonies of #B6C175
Complementary color
Monochromatic Colors of #B6C175
Black with #B6C175
Text Example
Text Example
White with #B6C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C175; }
p { color: rgb(182,193,117); }
H1.HeaderClassName
{
color: #B6C175;
}
.AnyTagClassName
{
color: #B6C175;
}
</style>
background-color css
<style>
a { background-color: #B6C175; }
a { background-color: rgb(182,193,117); }
div.DivClassName
{
background-color: #B6C175;
}
.BgClassName
{
background-color: #B6C175;
}
</style>
border-color css
<style>
span { border-color: #B6C175; }
span { border-color: rgb(182,193,117); }
td.TdClassName
{
border-color: #B6C175;
}
.TagClassName
{
border-color: #B6C175;
}
</style>