Shades of Pine Glade #BABB7E
Tints of Pine Glade #BABB7E
RGB
CMYK
RGB Variations
Color information
#BABB7E (or 0xBABB7E) is known color: Pine Glade. HEX triplet: BA, BB and 7E. RGB value is (186,187,126). Sum of RGB (Red+Green+Blue) = 186+187+126=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB7E is #454481. Grayscale: #B3B3B3. Windows color (decimal): -4539522 or 8305594. OLE color: 8305594.
HSL color Cylindrical-coordinate representation of color #BABB7E: hue angle of 60.98º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BABB7E is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 126 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.27 |
| HSL | 60.98º | 0.31% | 0.61% | - |
| HSV(B) | 60.98º | 0.33% | 0.73% | - |
| XYZ | 41.79 | 47.49 | 26.7 | - |
| YUV | 179.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 126 | 0.01 | 0 | 0.33 | 0.27 | 60.98 | 0.31 | 0.61 |
| Hex | BA | BB | 7E | 1 | 0 | 21 | 1B | 3D | 1F | 3D |
| Octal | 272 | 273 | 176 | 1 | 0 | 41 | 33 | 75 | 37 | 75 |
| Binary | 10111010 | 10111011 | 1111110 | 1 | 0 | 100001 | 11011 | 111101 | 11111 | 111101 |
Color Harmonies of #BABB7E
Complementary color
Monochromatic Colors of #BABB7E
Black with #BABB7E
Text Example
Text Example
White with #BABB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB7E; }
p { color: rgb(186,187,126); }
H1.HeaderClassName
{
color: #BABB7E;
}
.AnyTagClassName
{
color: #BABB7E;
}
</style>
background-color css
<style>
a { background-color: #BABB7E; }
a { background-color: rgb(186,187,126); }
div.DivClassName
{
background-color: #BABB7E;
}
.BgClassName
{
background-color: #BABB7E;
}
</style>
border-color css
<style>
span { border-color: #BABB7E; }
span { border-color: rgb(186,187,126); }
td.TdClassName
{
border-color: #BABB7E;
}
.TagClassName
{
border-color: #BABB7E;
}
</style>