#BABA79

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

Shades of Pine Glade #BABA79

Tints of Pine Glade #BABA79

Color information

#BABA79 (or 0xBABA79) is unknown color: approx Pine Glade. HEX triplet: BA, BA and 79. RGB value is (186,186,121). Sum of RGB (Red+Green+Blue) = 186+186+121=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA79 is #454586. Grayscale: #B2B2B2. Windows color (decimal): -4539783 or 7977658. OLE color: 7977658.

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

Color convert

RGB186186121-
CMYK000.350.27
HSL60º32.02%60.2%-
HSV(B)60º34.95%72.94%-
XYZ41.2646.9424.97-
YUV178.5995.5133.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=37.73%
G=37.73%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186121000.350.276032.0260.2
HexBABA7900231B3c203c
Octal272272171004333744074
Binary101110101011101011110010010001111011111100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA79; }

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

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

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

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

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

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

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

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