Shades of Pine Glade #B7C079
Tints of Pine Glade #B7C079
RGB
CMYK
RGB Variations
Color information
#B7C079 (or 0xB7C079) is known color: Pine Glade. HEX triplet: B7, C0 and 79. RGB value is (183,192,121). Sum of RGB (Red+Green+Blue) = 183+192+121=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C079 is #483F86. Grayscale: #B5B5B5. Windows color (decimal): -4734855 or 7979191. OLE color: 7979191.
HSL color Cylindrical-coordinate representation of color #B7C079: hue angle of 67.61º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7C079 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 121 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.25 |
| HSL | 67.61º | 0.36% | 0.61% | - |
| HSV(B) | 67.61º | 0.37% | 0.75% | - |
| XYZ | 41.83 | 49.15 | 25.37 | - |
| YUV | 181.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 121 | 0.05 | 0 | 0.37 | 0.25 | 67.61 | 0.36 | 0.61 |
| Hex | B7 | C0 | 79 | 5 | 0 | 25 | 19 | 44 | 24 | 3D |
| Octal | 267 | 300 | 171 | 5 | 0 | 45 | 31 | 104 | 44 | 75 |
| Binary | 10110111 | 11000000 | 1111001 | 101 | 0 | 100101 | 11001 | 1000100 | 100100 | 111101 |
Color Harmonies of #B7C079
Complementary color
Monochromatic Colors of #B7C079
Black with #B7C079
Text Example
Text Example
White with #B7C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C079; }
p { color: rgb(183,192,121); }
H1.HeaderClassName
{
color: #B7C079;
}
.AnyTagClassName
{
color: #B7C079;
}
</style>
background-color css
<style>
a { background-color: #B7C079; }
a { background-color: rgb(183,192,121); }
div.DivClassName
{
background-color: #B7C079;
}
.BgClassName
{
background-color: #B7C079;
}
</style>
border-color css
<style>
span { border-color: #B7C079; }
span { border-color: rgb(183,192,121); }
td.TdClassName
{
border-color: #B7C079;
}
.TagClassName
{
border-color: #B7C079;
}
</style>