Shades of Pine Glade #BAC183
Tints of Pine Glade #BAC183
RGB
CMYK
RGB Variations
Color information
#BAC183 (or 0xBAC183) is known color: Pine Glade. HEX triplet: BA, C1 and 83. RGB value is (186,193,131). Sum of RGB (Red+Green+Blue) = 186+193+131=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC183 is #453E7C. Grayscale: #B8B8B8. Windows color (decimal): -4537981 or 8634810. OLE color: 8634810.
HSL color Cylindrical-coordinate representation of color #BAC183: hue angle of 66.77º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAC183 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 131 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.24 |
| HSL | 66.77º | 0.33% | 0.64% | - |
| HSV(B) | 66.77º | 0.32% | 0.76% | - |
| XYZ | 43.42 | 50.22 | 28.88 | - |
| YUV | 183.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 131 | 0.04 | 0 | 0.32 | 0.24 | 66.77 | 0.33 | 0.64 |
| Hex | BA | C1 | 83 | 4 | 0 | 20 | 18 | 43 | 21 | 40 |
| Octal | 272 | 301 | 203 | 4 | 0 | 40 | 30 | 103 | 41 | 100 |
| Binary | 10111010 | 11000001 | 10000011 | 100 | 0 | 100000 | 11000 | 1000011 | 100001 | 1000000 |
Color Harmonies of #BAC183
Complementary color
Monochromatic Colors of #BAC183
Black with #BAC183
Text Example
Text Example
White with #BAC183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC183; }
p { color: rgb(186,193,131); }
H1.HeaderClassName
{
color: #BAC183;
}
.AnyTagClassName
{
color: #BAC183;
}
</style>
background-color css
<style>
a { background-color: #BAC183; }
a { background-color: rgb(186,193,131); }
div.DivClassName
{
background-color: #BAC183;
}
.BgClassName
{
background-color: #BAC183;
}
</style>
border-color css
<style>
span { border-color: #BAC183; }
span { border-color: rgb(186,193,131); }
td.TdClassName
{
border-color: #BAC183;
}
.TagClassName
{
border-color: #BAC183;
}
</style>