#BABA74

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

Shades of Dark Khaki #BABA74

Tints of Dark Khaki #BABA74

Color information

#BABA74 (or 0xBABA74) is unknown color: approx Dark Khaki. HEX triplet: BA, BA and 74. RGB value is (186,186,116). Sum of RGB (Red+Green+Blue) = 186+186+116=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABA74 is #45458B. Grayscale: #B2B2B2. Windows color (decimal): -4539788 or 7649978. OLE color: 7649978.

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

Color convert

RGB186186116-
CMYK000.380.27
HSL60º33.65%59.22%-
HSV(B)60º37.63%72.94%-
XYZ40.9646.8223.4-
YUV178.0293133.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=38.11%
G=38.11%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186116000.380.276033.6559.22
HexBABA7400261B3c223b
Octal272272164004633744273
Binary101110101011101011101000010011011011111100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA74; }

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

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

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

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

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

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

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

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