Shades of Pine Glade #B4BA81
Tints of Pine Glade #B4BA81
RGB
CMYK
RGB Variations
Color information
#B4BA81 (or 0xB4BA81) is known color: Pine Glade. HEX triplet: B4, BA and 81. RGB value is (180,186,129). Sum of RGB (Red+Green+Blue) = 180+186+129=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BA81 is #4B457E. Grayscale: #B1B1B1. Windows color (decimal): -4932991 or 8501940. OLE color: 8501940.
HSL color Cylindrical-coordinate representation of color #B4BA81: hue angle of 66.32º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4BA81 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 129 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.27 |
| HSL | 66.32º | 0.29% | 0.62% | - |
| HSV(B) | 66.32º | 0.31% | 0.73% | - |
| XYZ | 40.34 | 46.41 | 27.6 | - |
| YUV | 177.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 129 | 0.03 | 0 | 0.31 | 0.27 | 66.32 | 0.29 | 0.62 |
| Hex | B4 | BA | 81 | 3 | 0 | 1F | 1B | 42 | 1D | 3E |
| Octal | 264 | 272 | 201 | 3 | 0 | 37 | 33 | 102 | 35 | 76 |
| Binary | 10110100 | 10111010 | 10000001 | 11 | 0 | 11111 | 11011 | 1000010 | 11101 | 111110 |
Color Harmonies of #B4BA81
Complementary color
Monochromatic Colors of #B4BA81
Black with #B4BA81
Text Example
Text Example
White with #B4BA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA81; }
p { color: rgb(180,186,129); }
H1.HeaderClassName
{
color: #B4BA81;
}
.AnyTagClassName
{
color: #B4BA81;
}
</style>
background-color css
<style>
a { background-color: #B4BA81; }
a { background-color: rgb(180,186,129); }
div.DivClassName
{
background-color: #B4BA81;
}
.BgClassName
{
background-color: #B4BA81;
}
</style>
border-color css
<style>
span { border-color: #B4BA81; }
span { border-color: rgb(180,186,129); }
td.TdClassName
{
border-color: #B4BA81;
}
.TagClassName
{
border-color: #B4BA81;
}
</style>