Shades of Pine Glade #B7C872
Tints of Pine Glade #B7C872
RGB
CMYK
RGB Variations
Color information
#B7C872 (or 0xB7C872) is known color: Pine Glade. HEX triplet: B7, C8 and 72. RGB value is (183,200,114). Sum of RGB (Red+Green+Blue) = 183+200+114=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C872 is #48378D. Grayscale: #B9B9B9. Windows color (decimal): -4732814 or 7522487. OLE color: 7522487.
HSL color Cylindrical-coordinate representation of color #B7C872: hue angle of 71.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7C872 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 200 | 114 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.22 |
| HSL | 71.86º | 0.44% | 0.62% | - |
| HSV(B) | 71.86º | 0.43% | 0.78% | - |
| XYZ | 43.22 | 52.59 | 23.79 | - |
| YUV | 185.11 | 87.87 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 200 | 114 | 0.08 | 0 | 0.43 | 0.22 | 71.86 | 0.44 | 0.62 |
| Hex | B7 | C8 | 72 | 8 | 0 | 2B | 16 | 48 | 2C | 3E |
| Octal | 267 | 310 | 162 | 10 | 0 | 53 | 26 | 110 | 54 | 76 |
| Binary | 10110111 | 11001000 | 1110010 | 1000 | 0 | 101011 | 10110 | 1001000 | 101100 | 111110 |
Color Harmonies of #B7C872
Complementary color
Monochromatic Colors of #B7C872
Black with #B7C872
Text Example
Text Example
White with #B7C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C872; }
p { color: rgb(183,200,114); }
H1.HeaderClassName
{
color: #B7C872;
}
.AnyTagClassName
{
color: #B7C872;
}
</style>
background-color css
<style>
a { background-color: #B7C872; }
a { background-color: rgb(183,200,114); }
div.DivClassName
{
background-color: #B7C872;
}
.BgClassName
{
background-color: #B7C872;
}
</style>
border-color css
<style>
span { border-color: #B7C872; }
span { border-color: rgb(183,200,114); }
td.TdClassName
{
border-color: #B7C872;
}
.TagClassName
{
border-color: #B7C872;
}
</style>