Shades of Pine Glade #B5BA8A
Tints of Pine Glade #B5BA8A
RGB
CMYK
RGB Variations
Color information
#B5BA8A (or 0xB5BA8A) is known color: Pine Glade. HEX triplet: B5, BA and 8A. RGB value is (181,186,138). Sum of RGB (Red+Green+Blue) = 181+186+138=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA8A is #4A4575. Grayscale: #B3B3B3. Windows color (decimal): -4867446 or 9091765. OLE color: 9091765.
HSL color Cylindrical-coordinate representation of color #B5BA8A: hue angle of 66.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5BA8A is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 186 | 138 | - |
CMYK | 0.03 | 0 | 0.26 | 0.27 |
HSL | 66.25º | 0.26% | 0.64% | - |
HSV(B) | 66.25º | 0.26% | 0.73% | - |
XYZ | 41.2 | 46.78 | 30.9 | - |
YUV | 179.03 | 104.84 | 129.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 186 | 138 | 0.03 | 0 | 0.26 | 0.27 | 66.25 | 0.26 | 0.64 |
Hex | B5 | BA | 8A | 3 | 0 | 1A | 1B | 42 | 1A | 40 |
Octal | 265 | 272 | 212 | 3 | 0 | 32 | 33 | 102 | 32 | 100 |
Binary | 10110101 | 10111010 | 10001010 | 11 | 0 | 11010 | 11011 | 1000010 | 11010 | 1000000 |
Color Harmonies of #B5BA8A
Complementary color
Monochromatic Colors of #B5BA8A
Black with #B5BA8A
Text Example
Text Example
White with #B5BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA8A; }
p { color: rgb(181,186,138); }
H1.HeaderClassName
{
color: #B5BA8A;
}
.AnyTagClassName
{
color: #B5BA8A;
}
</style>
background-color css
<style>
a { background-color: #B5BA8A; }
a { background-color: rgb(181,186,138); }
div.DivClassName
{
background-color: #B5BA8A;
}
.BgClassName
{
background-color: #B5BA8A;
}
</style>
border-color css
<style>
span { border-color: #B5BA8A; }
span { border-color: rgb(181,186,138); }
td.TdClassName
{
border-color: #B5BA8A;
}
.TagClassName
{
border-color: #B5BA8A;
}
</style>