Shades of Pine Glade #B7C077
Tints of Pine Glade #B7C077
RGB
CMYK
RGB Variations
Color information
#B7C077 (or 0xB7C077) is known color: Pine Glade. HEX triplet: B7, C0 and 77. RGB value is (183,192,119). Sum of RGB (Red+Green+Blue) = 183+192+119=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C077 is #483F88. Grayscale: #B5B5B5. Windows color (decimal): -4734857 or 7848119. OLE color: 7848119.
HSL color Cylindrical-coordinate representation of color #B7C077: hue angle of 67.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7C077 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 119 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.25 |
| HSL | 67.4º | 0.37% | 0.61% | - |
| HSV(B) | 67.4º | 0.38% | 0.75% | - |
| XYZ | 41.71 | 49.1 | 24.73 | - |
| YUV | 180.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 119 | 0.05 | 0 | 0.38 | 0.25 | 67.4 | 0.37 | 0.61 |
| Hex | B7 | C0 | 77 | 5 | 0 | 26 | 19 | 43 | 25 | 3D |
| Octal | 267 | 300 | 167 | 5 | 0 | 46 | 31 | 103 | 45 | 75 |
| Binary | 10110111 | 11000000 | 1110111 | 101 | 0 | 100110 | 11001 | 1000011 | 100101 | 111101 |
Color Harmonies of #B7C077
Complementary color
Monochromatic Colors of #B7C077
Black with #B7C077
Text Example
Text Example
White with #B7C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C077; }
p { color: rgb(183,192,119); }
H1.HeaderClassName
{
color: #B7C077;
}
.AnyTagClassName
{
color: #B7C077;
}
</style>
background-color css
<style>
a { background-color: #B7C077; }
a { background-color: rgb(183,192,119); }
div.DivClassName
{
background-color: #B7C077;
}
.BgClassName
{
background-color: #B7C077;
}
</style>
border-color css
<style>
span { border-color: #B7C077; }
span { border-color: rgb(183,192,119); }
td.TdClassName
{
border-color: #B7C077;
}
.TagClassName
{
border-color: #B7C077;
}
</style>