Shades of Pine Glade #B7BF82
Tints of Pine Glade #B7BF82
RGB
CMYK
RGB Variations
Color information
#B7BF82 (or 0xB7BF82) is known color: Pine Glade. HEX triplet: B7, BF and 82. RGB value is (183,191,130). Sum of RGB (Red+Green+Blue) = 183+191+130=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BF82 is #48407D. Grayscale: #B5B5B5. Windows color (decimal): -4735102 or 8568759. OLE color: 8568759.
HSL color Cylindrical-coordinate representation of color #B7BF82: hue angle of 67.87º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7BF82 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 191 | 130 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.25 |
| HSL | 67.87º | 0.32% | 0.63% | - |
| HSV(B) | 67.87º | 0.32% | 0.75% | - |
| XYZ | 42.19 | 48.94 | 28.34 | - |
| YUV | 181.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 130 | 0.04 | 0 | 0.32 | 0.25 | 67.87 | 0.32 | 0.63 |
| Hex | B7 | BF | 82 | 4 | 0 | 20 | 19 | 44 | 20 | 3F |
| Octal | 267 | 277 | 202 | 4 | 0 | 40 | 31 | 104 | 40 | 77 |
| Binary | 10110111 | 10111111 | 10000010 | 100 | 0 | 100000 | 11001 | 1000100 | 100000 | 111111 |
Color Harmonies of #B7BF82
Complementary color
Monochromatic Colors of #B7BF82
Black with #B7BF82
Text Example
Text Example
White with #B7BF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BF82; }
p { color: rgb(183,191,130); }
H1.HeaderClassName
{
color: #B7BF82;
}
.AnyTagClassName
{
color: #B7BF82;
}
</style>
background-color css
<style>
a { background-color: #B7BF82; }
a { background-color: rgb(183,191,130); }
div.DivClassName
{
background-color: #B7BF82;
}
.BgClassName
{
background-color: #B7BF82;
}
</style>
border-color css
<style>
span { border-color: #B7BF82; }
span { border-color: rgb(183,191,130); }
td.TdClassName
{
border-color: #B7BF82;
}
.TagClassName
{
border-color: #B7BF82;
}
</style>