Shades of Pine Glade #BABC8B
Tints of Pine Glade #BABC8B
RGB
CMYK
RGB Variations
Color information
#BABC8B (or 0xBABC8B) is known color: Pine Glade. HEX triplet: BA, BC and 8B. RGB value is (186,188,139). Sum of RGB (Red+Green+Blue) = 186+188+139=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC8B is #454374. Grayscale: #B6B6B6. Windows color (decimal): -4539253 or 9157818. OLE color: 9157818.
HSL color Cylindrical-coordinate representation of color #BABC8B: hue angle of 62.45º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BABC8B is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 139 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.26 |
| HSL | 62.45º | 0.27% | 0.64% | - |
| HSV(B) | 62.45º | 0.26% | 0.74% | - |
| XYZ | 42.89 | 48.27 | 31.48 | - |
| YUV | 181.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 139 | 0.01 | 0 | 0.26 | 0.26 | 62.45 | 0.27 | 0.64 |
| Hex | BA | BC | 8B | 1 | 0 | 1A | 1A | 3E | 1B | 40 |
| Octal | 272 | 274 | 213 | 1 | 0 | 32 | 32 | 76 | 33 | 100 |
| Binary | 10111010 | 10111100 | 10001011 | 1 | 0 | 11010 | 11010 | 111110 | 11011 | 1000000 |
Color Harmonies of #BABC8B
Complementary color
Monochromatic Colors of #BABC8B
Black with #BABC8B
Text Example
Text Example
White with #BABC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC8B; }
p { color: rgb(186,188,139); }
H1.HeaderClassName
{
color: #BABC8B;
}
.AnyTagClassName
{
color: #BABC8B;
}
</style>
background-color css
<style>
a { background-color: #BABC8B; }
a { background-color: rgb(186,188,139); }
div.DivClassName
{
background-color: #BABC8B;
}
.BgClassName
{
background-color: #BABC8B;
}
</style>
border-color css
<style>
span { border-color: #BABC8B; }
span { border-color: rgb(186,188,139); }
td.TdClassName
{
border-color: #BABC8B;
}
.TagClassName
{
border-color: #BABC8B;
}
</style>