Shades of Pine Glade #B7C17E
Tints of Pine Glade #B7C17E
RGB
CMYK
RGB Variations
Color information
#B7C17E (or 0xB7C17E) is known color: Pine Glade. HEX triplet: B7, C1 and 7E. RGB value is (183,193,126). Sum of RGB (Red+Green+Blue) = 183+193+126=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C17E is #483E81. Grayscale: #B6B6B6. Windows color (decimal): -4734594 or 8307127. OLE color: 8307127.
HSL color Cylindrical-coordinate representation of color #B7C17E: hue angle of 68.96º 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 #B7C17E is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 126 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.24 |
| HSL | 68.96º | 0.35% | 0.63% | - |
| HSV(B) | 68.96º | 0.35% | 0.76% | - |
| XYZ | 42.36 | 49.71 | 27.1 | - |
| YUV | 182.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 126 | 0.05 | 0 | 0.35 | 0.24 | 68.96 | 0.35 | 0.63 |
| Hex | B7 | C1 | 7E | 5 | 0 | 23 | 18 | 45 | 23 | 3F |
| Octal | 267 | 301 | 176 | 5 | 0 | 43 | 30 | 105 | 43 | 77 |
| Binary | 10110111 | 11000001 | 1111110 | 101 | 0 | 100011 | 11000 | 1000101 | 100011 | 111111 |
Color Harmonies of #B7C17E
Complementary color
Monochromatic Colors of #B7C17E
Black with #B7C17E
Text Example
Text Example
White with #B7C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C17E; }
p { color: rgb(183,193,126); }
H1.HeaderClassName
{
color: #B7C17E;
}
.AnyTagClassName
{
color: #B7C17E;
}
</style>
background-color css
<style>
a { background-color: #B7C17E; }
a { background-color: rgb(183,193,126); }
div.DivClassName
{
background-color: #B7C17E;
}
.BgClassName
{
background-color: #B7C17E;
}
</style>
border-color css
<style>
span { border-color: #B7C17E; }
span { border-color: rgb(183,193,126); }
td.TdClassName
{
border-color: #B7C17E;
}
.TagClassName
{
border-color: #B7C17E;
}
</style>