#BAB981

Color #BAB981 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BAB981

Tints of Pine Glade #BAB981

Color information

#BAB981 (or 0xBAB981) is unknown color: approx Pine Glade. HEX triplet: BA, B9 and 81. RGB value is (186,185,129). Sum of RGB (Red+Green+Blue) = 186+185+129=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB981 is #45467E. Grayscale: #B3B3B3. Windows color (decimal): -4540031 or 8501690. OLE color: 8501690.

HSL color Cylindrical-coordinate representation of color #BAB981: hue angle of 58.95º 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 #BAB981 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB186185129-
CMYK00.010.310.27
HSL58.95º29.23%61.76%-
HSV(B)58.95º30.65%72.94%-
XYZ41.5646.7227.6-
YUV178.9299.83133.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 129 (50.78% from 255) = 25.8%
R=37.2%
G=37%
B=25.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618512900.010.310.2758.9529.2361.76
HexBAB981011F1B3b1d3e
Octal272271201013733733576
Binary10111010101110011000000101111111101111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB981; }

 p { color: rgb(186,185,129); }

 H1.HeaderClassName
 {
   color: #BAB981;
 }
 .AnyTagClassName
 {
   color: #BAB981;
 }
</style>
background-color css

<style>
 a { background-color: #BAB981; }

 a { background-color: rgb(186,185,129); }

 div.DivClassName
 {
   background-color: #BAB981;
 }
 .BgClassName
 {
   background-color: #BAB981;
 }
</style>
border-color css

<style>
 span { border-color: #BAB981; }

 span { border-color: rgb(186,185,129); }

 td.TdClassName
 {
   border-color: #BAB981;
 }
 .TagClassName
 {
   border-color: #BAB981;
 }
</style>