Shades of Pine Glade #B6C17E
Tints of Pine Glade #B6C17E
RGB
CMYK
RGB Variations
Color information
#B6C17E (or 0xB6C17E) is known color: Pine Glade. HEX triplet: B6, C1 and 7E. RGB value is (182,193,126). Sum of RGB (Red+Green+Blue) = 182+193+126=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C17E is #493E81. Grayscale: #B6B6B6. Windows color (decimal): -4800130 or 8307126. OLE color: 8307126.
HSL color Cylindrical-coordinate representation of color #B6C17E: hue angle of 69.85º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6C17E is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 193 | 126 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.24 |
| HSL | 69.85º | 0.35% | 0.63% | - |
| HSV(B) | 69.85º | 0.35% | 0.76% | - |
| XYZ | 42.13 | 49.59 | 27.09 | - |
| YUV | 182.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 193 | 126 | 0.06 | 0 | 0.35 | 0.24 | 69.85 | 0.35 | 0.63 |
| Hex | B6 | C1 | 7E | 6 | 0 | 23 | 18 | 46 | 23 | 3F |
| Octal | 266 | 301 | 176 | 6 | 0 | 43 | 30 | 106 | 43 | 77 |
| Binary | 10110110 | 11000001 | 1111110 | 110 | 0 | 100011 | 11000 | 1000110 | 100011 | 111111 |
Color Harmonies of #B6C17E
Complementary color
Monochromatic Colors of #B6C17E
Black with #B6C17E
Text Example
Text Example
White with #B6C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C17E; }
p { color: rgb(182,193,126); }
H1.HeaderClassName
{
color: #B6C17E;
}
.AnyTagClassName
{
color: #B6C17E;
}
</style>
background-color css
<style>
a { background-color: #B6C17E; }
a { background-color: rgb(182,193,126); }
div.DivClassName
{
background-color: #B6C17E;
}
.BgClassName
{
background-color: #B6C17E;
}
</style>
border-color css
<style>
span { border-color: #B6C17E; }
span { border-color: rgb(182,193,126); }
td.TdClassName
{
border-color: #B6C17E;
}
.TagClassName
{
border-color: #B6C17E;
}
</style>