#BAB36A

Color #BAB36A Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BAB36A

Tints of Dark Khaki #BAB36A

Color information

#BAB36A (or 0xBAB36A) is unknown color: approx Dark Khaki. HEX triplet: BA, B3 and 6A. RGB value is (186,179,106). Sum of RGB (Red+Green+Blue) = 186+179+106=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB36A is #454C95. Grayscale: #ADADAD. Windows color (decimal): -4541590 or 6992826. OLE color: 6992826.

HSL color Cylindrical-coordinate representation of color #BAB36A: hue angle of 54.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAB36A is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB186179106-
CMYK00.040.430.27
HSL54.75º36.7%57.25%-
HSV(B)54.75º43.01%72.94%-
XYZ38.9743.7220.02-
YUV172.7790.32137.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 179 (70.31% from 255) = 38.00%
BLUE value IS 106 (41.80% from 255) = 22.51%
R=39.49%
G=38.00%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617910600.040.430.2754.7536.757.25
HexBAB36A042B1B372539
Octal272263152045333674571
Binary10111010101100111101010010010101111011110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB36A; }

 p { color: rgb(186,179,106); }

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

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

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

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

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

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

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