Shades of Pine Glade #B5B88C
Tints of Pine Glade #B5B88C
RGB
CMYK
RGB Variations
Color information
#B5B88C (or 0xB5B88C) is known color: Pine Glade. HEX triplet: B5, B8 and 8C. RGB value is (181,184,140). Sum of RGB (Red+Green+Blue) = 181+184+140=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B88C is #4A4773. Grayscale: #B2B2B2. Windows color (decimal): -4867956 or 9222325. OLE color: 9222325.
HSL color Cylindrical-coordinate representation of color #B5B88C: hue angle of 64.09º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5B88C is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 140 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.28 |
| HSL | 64.09º | 0.24% | 0.64% | - |
| HSV(B) | 64.09º | 0.24% | 0.72% | - |
| XYZ | 40.93 | 46 | 31.53 | - |
| YUV | 178.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 140 | 0.02 | 0 | 0.24 | 0.28 | 64.09 | 0.24 | 0.64 |
| Hex | B5 | B8 | 8C | 2 | 0 | 18 | 1C | 40 | 18 | 40 |
| Octal | 265 | 270 | 214 | 2 | 0 | 30 | 34 | 100 | 30 | 100 |
| Binary | 10110101 | 10111000 | 10001100 | 10 | 0 | 11000 | 11100 | 1000000 | 11000 | 1000000 |
Color Harmonies of #B5B88C
Complementary color
Monochromatic Colors of #B5B88C
Black with #B5B88C
Text Example
Text Example
White with #B5B88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B88C; }
p { color: rgb(181,184,140); }
H1.HeaderClassName
{
color: #B5B88C;
}
.AnyTagClassName
{
color: #B5B88C;
}
</style>
background-color css
<style>
a { background-color: #B5B88C; }
a { background-color: rgb(181,184,140); }
div.DivClassName
{
background-color: #B5B88C;
}
.BgClassName
{
background-color: #B5B88C;
}
</style>
border-color css
<style>
span { border-color: #B5B88C; }
span { border-color: rgb(181,184,140); }
td.TdClassName
{
border-color: #B5B88C;
}
.TagClassName
{
border-color: #B5B88C;
}
</style>