#BAB979

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

Shades of Pine Glade #BAB979

Tints of Pine Glade #BAB979

Color information

#BAB979 (or 0xBAB979) is unknown color: approx Pine Glade. HEX triplet: BA, B9 and 79. RGB value is (186,185,121). Sum of RGB (Red+Green+Blue) = 186+185+121=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB979 is #454686. Grayscale: #B2B2B2. Windows color (decimal): -4540039 or 7977402. OLE color: 7977402.

HSL color Cylindrical-coordinate representation of color #BAB979: hue angle of 59.08º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAB979 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB186185121-
CMYK00.010.350.27
HSL59.08º32.02%60.2%-
HSV(B)59.08º34.95%72.94%-
XYZ41.0546.5224.9-
YUV17895.83133.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 185 (72.66% from 255) = 37.60%
BLUE value IS 121 (47.66% from 255) = 24.59%
R=37.80%
G=37.60%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618512100.010.350.2759.0832.0260.2
HexBAB97901231B3b203c
Octal272271171014333734074
Binary101110101011100111110010110001111011111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB979; }

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

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

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

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

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

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

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

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