#BAB980

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

Shades of Pine Glade #BAB980

Tints of Pine Glade #BAB980

Color information

#BAB980 (or 0xBAB980) is unknown color: approx Pine Glade. HEX triplet: BA, B9 and 80. RGB value is (186,185,128). Sum of RGB (Red+Green+Blue) = 186+185+128=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB980 is #45467F. Grayscale: #B3B3B3. Windows color (decimal): -4540032 or 8436154. OLE color: 8436154.

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

Color convert

RGB186185128-
CMYK00.010.310.27
HSL58.97º29.59%61.57%-
HSV(B)58.97º31.18%72.94%-
XYZ41.4946.727.25-
YUV178.899.33133.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 128 (50.39% from 255) = 25.65%
R=37.27%
G=37.07%
B=25.65%

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
Decimal18618512800.010.310.2758.9729.5961.57
HexBAB980011F1B3b1e3e
Octal272271200013733733676
Binary10111010101110011000000001111111101111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB980; }

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

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

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

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

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

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

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

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