Shades of Pine Glade #BABD8A
Tints of Pine Glade #BABD8A
RGB
CMYK
RGB Variations
Color information
#BABD8A (or 0xBABD8A) is known color: Pine Glade. HEX triplet: BA, BD and 8A. RGB value is (186,189,138). Sum of RGB (Red+Green+Blue) = 186+189+138=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD8A is #454275. Grayscale: #B6B6B6. Windows color (decimal): -4538998 or 9092538. OLE color: 9092538.
HSL color Cylindrical-coordinate representation of color #BABD8A: hue angle of 63.53º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BABD8A is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 138 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.26 |
| HSL | 63.53º | 0.28% | 0.64% | - |
| HSV(B) | 63.53º | 0.27% | 0.74% | - |
| XYZ | 43.03 | 48.67 | 31.17 | - |
| YUV | 182.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 138 | 0.02 | 0 | 0.27 | 0.26 | 63.53 | 0.28 | 0.64 |
| Hex | BA | BD | 8A | 2 | 0 | 1B | 1A | 40 | 1C | 40 |
| Octal | 272 | 275 | 212 | 2 | 0 | 33 | 32 | 100 | 34 | 100 |
| Binary | 10111010 | 10111101 | 10001010 | 10 | 0 | 11011 | 11010 | 1000000 | 11100 | 1000000 |
Color Harmonies of #BABD8A
Complementary color
Monochromatic Colors of #BABD8A
Black with #BABD8A
Text Example
Text Example
White with #BABD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD8A; }
p { color: rgb(186,189,138); }
H1.HeaderClassName
{
color: #BABD8A;
}
.AnyTagClassName
{
color: #BABD8A;
}
</style>
background-color css
<style>
a { background-color: #BABD8A; }
a { background-color: rgb(186,189,138); }
div.DivClassName
{
background-color: #BABD8A;
}
.BgClassName
{
background-color: #BABD8A;
}
</style>
border-color css
<style>
span { border-color: #BABD8A; }
span { border-color: rgb(186,189,138); }
td.TdClassName
{
border-color: #BABD8A;
}
.TagClassName
{
border-color: #BABD8A;
}
</style>