Shades of Pine Glade #B7C07F
Tints of Pine Glade #B7C07F
RGB
CMYK
RGB Variations
Color information
#B7C07F (or 0xB7C07F) is known color: Pine Glade. HEX triplet: B7, C0 and 7F. RGB value is (183,192,127). Sum of RGB (Red+Green+Blue) = 183+192+127=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C07F is #483F80. Grayscale: #B6B6B6. Windows color (decimal): -4734849 or 8372407. OLE color: 8372407.
HSL color Cylindrical-coordinate representation of color #B7C07F: hue angle of 68.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B7C07F is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 127 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.25 |
| HSL | 68.31º | 0.34% | 0.63% | - |
| HSV(B) | 68.31º | 0.34% | 0.75% | - |
| XYZ | 42.21 | 49.3 | 27.37 | - |
| YUV | 181.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 127 | 0.05 | 0 | 0.34 | 0.25 | 68.31 | 0.34 | 0.63 |
| Hex | B7 | C0 | 7F | 5 | 0 | 22 | 19 | 44 | 22 | 3F |
| Octal | 267 | 300 | 177 | 5 | 0 | 42 | 31 | 104 | 42 | 77 |
| Binary | 10110111 | 11000000 | 1111111 | 101 | 0 | 100010 | 11001 | 1000100 | 100010 | 111111 |
Color Harmonies of #B7C07F
Complementary color
Monochromatic Colors of #B7C07F
Black with #B7C07F
Text Example
Text Example
White with #B7C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C07F; }
p { color: rgb(183,192,127); }
H1.HeaderClassName
{
color: #B7C07F;
}
.AnyTagClassName
{
color: #B7C07F;
}
</style>
background-color css
<style>
a { background-color: #B7C07F; }
a { background-color: rgb(183,192,127); }
div.DivClassName
{
background-color: #B7C07F;
}
.BgClassName
{
background-color: #B7C07F;
}
</style>
border-color css
<style>
span { border-color: #B7C07F; }
span { border-color: rgb(183,192,127); }
td.TdClassName
{
border-color: #B7C07F;
}
.TagClassName
{
border-color: #B7C07F;
}
</style>