Shades of Pine Glade #B8BC82
Tints of Pine Glade #B8BC82
RGB
CMYK
RGB Variations
Color information
#B8BC82 (or 0xB8BC82) is known color: Pine Glade. HEX triplet: B8, BC and 82. RGB value is (184,188,130). Sum of RGB (Red+Green+Blue) = 184+188+130=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BC82 is #47437D. Grayscale: #B4B4B4. Windows color (decimal): -4670334 or 8567992. OLE color: 8567992.
HSL color Cylindrical-coordinate representation of color #B8BC82: hue angle of 64.14º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8BC82 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 130 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.26 |
| HSL | 64.14º | 0.3% | 0.62% | - |
| HSV(B) | 64.14º | 0.31% | 0.74% | - |
| XYZ | 41.78 | 47.77 | 28.14 | - |
| YUV | 180.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 130 | 0.02 | 0 | 0.31 | 0.26 | 64.14 | 0.3 | 0.62 |
| Hex | B8 | BC | 82 | 2 | 0 | 1F | 1A | 40 | 1E | 3E |
| Octal | 270 | 274 | 202 | 2 | 0 | 37 | 32 | 100 | 36 | 76 |
| Binary | 10111000 | 10111100 | 10000010 | 10 | 0 | 11111 | 11010 | 1000000 | 11110 | 111110 |
Color Harmonies of #B8BC82
Complementary color
Monochromatic Colors of #B8BC82
Black with #B8BC82
Text Example
Text Example
White with #B8BC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC82; }
p { color: rgb(184,188,130); }
H1.HeaderClassName
{
color: #B8BC82;
}
.AnyTagClassName
{
color: #B8BC82;
}
</style>
background-color css
<style>
a { background-color: #B8BC82; }
a { background-color: rgb(184,188,130); }
div.DivClassName
{
background-color: #B8BC82;
}
.BgClassName
{
background-color: #B8BC82;
}
</style>
border-color css
<style>
span { border-color: #B8BC82; }
span { border-color: rgb(184,188,130); }
td.TdClassName
{
border-color: #B8BC82;
}
.TagClassName
{
border-color: #B8BC82;
}
</style>