#BAB977

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

Shades of Pine Glade #BAB977

Tints of Pine Glade #BAB977

Color information

#BAB977 (or 0xBAB977) is unknown color: approx Pine Glade. HEX triplet: BA, B9 and 77. RGB value is (186,185,119). Sum of RGB (Red+Green+Blue) = 186+185+119=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB977 is #454688. Grayscale: #B2B2B2. Windows color (decimal): -4540041 or 7846330. OLE color: 7846330.

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

Color convert

RGB186185119-
CMYK00.010.360.27
HSL59.1º32.68%59.8%-
HSV(B)59.1º36.02%72.94%-
XYZ40.9346.4724.27-
YUV177.7894.83133.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 119 (46.88% from 255) = 24.29%
R=37.96%
G=37.76%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618511900.010.360.2759.132.6859.8
HexBAB97701241B3b213c
Octal272271167014433734174
Binary101110101011100111101110110010011011111011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB977; }

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

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

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

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

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

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

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

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