#BABA6B

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

Shades of Dark Khaki #BABA6B

Tints of Dark Khaki #BABA6B

Color information

#BABA6B (or 0xBABA6B) is unknown color: approx Dark Khaki. HEX triplet: BA, BA and 6B. RGB value is (186,186,107). Sum of RGB (Red+Green+Blue) = 186+186+107=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA6B is #454594. Grayscale: #B1B1B1. Windows color (decimal): -4539797 or 7060154. OLE color: 7060154.

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

Color convert

RGB186186107-
CMYK000.420.27
HSL60º36.41%57.45%-
HSV(B)60º42.47%72.94%-
XYZ40.4646.6220.78-
YUV176.9988.5134.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=38.83%
G=38.83%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186107000.420.276036.4157.45
HexBABA6B002A1B3c2439
Octal272272153005233744471
Binary101110101011101011010110010101011011111100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA6B; }

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

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

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

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

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

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

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

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