Shades of Pine Glade #B8BA83
Tints of Pine Glade #B8BA83
RGB
CMYK
RGB Variations
Color information
#B8BA83 (or 0xB8BA83) is known color: Pine Glade. HEX triplet: B8, BA and 83. RGB value is (184,186,131). Sum of RGB (Red+Green+Blue) = 184+186+131=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BA83 is #47457C. Grayscale: #B3B3B3. Windows color (decimal): -4670845 or 8633016. OLE color: 8633016.
HSL color Cylindrical-coordinate representation of color #B8BA83: hue angle of 62.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8BA83 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 131 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.27 |
| HSL | 62.18º | 0.28% | 0.62% | - |
| HSV(B) | 62.18º | 0.3% | 0.73% | - |
| XYZ | 41.42 | 46.95 | 28.35 | - |
| YUV | 179.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 131 | 0.01 | 0 | 0.30 | 0.27 | 62.18 | 0.28 | 0.62 |
| Hex | B8 | BA | 83 | 1 | 0 | 1E | 1B | 3E | 1C | 3E |
| Octal | 270 | 272 | 203 | 1 | 0 | 36 | 33 | 76 | 34 | 76 |
| Binary | 10111000 | 10111010 | 10000011 | 1 | 0 | 11110 | 11011 | 111110 | 11100 | 111110 |
Color Harmonies of #B8BA83
Complementary color
Monochromatic Colors of #B8BA83
Black with #B8BA83
Text Example
Text Example
White with #B8BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA83; }
p { color: rgb(184,186,131); }
H1.HeaderClassName
{
color: #B8BA83;
}
.AnyTagClassName
{
color: #B8BA83;
}
</style>
background-color css
<style>
a { background-color: #B8BA83; }
a { background-color: rgb(184,186,131); }
div.DivClassName
{
background-color: #B8BA83;
}
.BgClassName
{
background-color: #B8BA83;
}
</style>
border-color css
<style>
span { border-color: #B8BA83; }
span { border-color: rgb(184,186,131); }
td.TdClassName
{
border-color: #B8BA83;
}
.TagClassName
{
border-color: #B8BA83;
}
</style>